summaryrefslogtreecommitdiff
path: root/include/sfx2/printopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/printopt.hxx')
-rw-r--r--include/sfx2/printopt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/printopt.hxx b/include/sfx2/printopt.hxx
index 44d37d0a4558..ebe0fd29f39e 100644
--- a/include/sfx2/printopt.hxx
+++ b/include/sfx2/printopt.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SFX_PRINTOPT_HXX
-#define _SFX_PRINTOPT_HXX
+#ifndef INCLUDED_SFX2_PRINTOPT_HXX
+#define INCLUDED_SFX2_PRINTOPT_HXX
#include "sal/config.h"
#include "sfx2/dllapi.h"
@@ -104,6 +104,6 @@ public:
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
};
-#endif // #ifndef _SFX_PRINTOPT_HXX
+#endif // INCLUDED_SFX2_PRINTOPT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */