summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorParsa <9400ioi4517513156392@gmail.com>2022-06-25 11:28:01 +0430
committerJulien Nabet <serval2412@yahoo.fr>2022-06-26 10:10:08 +0200
commite021fc0a1a00f4ac635cdbeb89826805482e50df (patch)
treed8f95f925d17a0297bedd8d0708ec101bf23b3bf /xmloff
parente9d4fe965aa40496fb0e2107a3abf1e260a65c28 (diff)
tdf#143148: Use pragma once instead of include guards
Change-Id: Ia99101f10b3b98f2ba935d1f7cadfbbd4aaade6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136439 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/PageMasterStyleMap.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/PageMasterStyleMap.hxx b/xmloff/inc/PageMasterStyleMap.hxx
index 657b17d467ad..746b67f1a13d 100644
--- a/xmloff/inc/PageMasterStyleMap.hxx
+++ b/xmloff/inc/PageMasterStyleMap.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef XMLOFF_INC_PAGEMASTERSTYLEMAP_HXX
-#define XMLOFF_INC_PAGEMASTERSTYLEMAP_HXX
+#pragma once
#include <xmloff/maptype.hxx>
#include <xmloff/xmltypes.hxx>
@@ -194,6 +193,4 @@
extern const XMLPropertyMapEntry aXMLPageMasterStyleMap[];
extern const XMLPropertyMapEntry g_XMLPageMasterDrawingPageStyleMap[];
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */