summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMehmet Emin Başoğlu <mehmeteminbasoglu@hotmail.com>2020-01-25 14:58:36 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-26 20:29:14 +0100
commit20b5c03ae6406a64ffec328e550fd3c9b3f0306c (patch)
treea7b4ac871736bbd1285844d61262453a1a516c39 /sd
parent9accb3c4b5e1861d9a03c655242da5b629f5a6d6 (diff)
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>
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/sdresid.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/inc/sdresid.hxx b/sd/inc/sdresid.hxx
index 8ac4ea45405e..20254c0979fb 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: */