tdf#124176: Use pragma once instead of include guards

Change-Id: Iaf87f70db32bcdb9ae079732e931b4c80879e247
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87383
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
diff --git a/sd/inc/sdresid.hxx b/sd/inc/sdresid.hxx
index 8ac4ea4..20254c0 100644
--- a/sd/inc/sdresid.hxx
+++ b/sd/inc/sdresid.hxx
@@ -17,14 +17,11 @@
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef INCLUDED_SD_INC_SDRESID_HXX
#define INCLUDED_SD_INC_SDRESID_HXX
#pragma once

#include <rtl/ustring.hxx>
#include "sddllapi.h"

SD_DLLPUBLIC OUString SdResId(const char* pId);

#endif /* _SD_SDRESID_HXX */

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */