summaryrefslogtreecommitdiff
path: root/cui/source/options/optsave.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optsave.hxx')
-rw-r--r--cui/source/options/optsave.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optsave.hxx b/cui/source/options/optsave.hxx
index 69dfbb07ba83..a3d2a1250e0e 100644
--- a/cui/source/options/optsave.hxx
+++ b/cui/source/options/optsave.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_OPTSAVE_HXX
-#define _SVX_OPTSAVE_HXX
+#ifndef INCLUDED_CUI_SOURCE_OPTIONS_OPTSAVE_HXX
+#define INCLUDED_CUI_SOURCE_OPTIONS_OPTSAVE_HXX
#include <vcl/group.hxx>
#include <vcl/field.hxx>
@@ -80,6 +80,6 @@ public:
virtual void Reset( const SfxItemSet& rSet );
};
-#endif // #ifndef _SVX_OPTSAVE_HXX
+#endif // INCLUDED_CUI_SOURCE_OPTIONS_OPTSAVE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */