summaryrefslogtreecommitdiffstats
path: root/sd/inc/sdattr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/sdattr.hxx')
-rw-r--r--sd/inc/sdattr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/inc/sdattr.hxx b/sd/inc/sdattr.hxx
index 44e0eb0d20a4..bff52726ebdf 100644
--- a/sd/inc/sdattr.hxx
+++ b/sd/inc/sdattr.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_INC_SDATTR_HXX
-#define INCLUDED_SD_INC_SDATTR_HXX
+#pragma once
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
@@ -58,6 +57,4 @@ inline SfxBoolItem makeSdAttrLayerLocked(bool bValue = false)
inline SfxBoolItem makeSdAttrLayerThisPage() { return SfxBoolItem(ATTR_LAYER_THISPAGE, false); }
-#endif // INCLUDED_SD_INC_SDATTR_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */