summaryrefslogtreecommitdiff
path: root/cui/source/inc/page.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r--cui/source/inc/page.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx
index 421b5e103be3..49c638ec6625 100644
--- a/cui/source/inc/page.hxx
+++ b/cui/source/inc/page.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_PAGE_HXX
-#define _SVX_PAGE_HXX
+#ifndef INCLUDED_CUI_SOURCE_INC_PAGE_HXX
+#define INCLUDED_CUI_SOURCE_INC_PAGE_HXX
#include <sfx2/tabdlg.hxx>
#include <vcl/field.hxx>
@@ -194,6 +194,6 @@ public:
virtual void PageCreated (SfxAllItemSet aSet);
};
-#endif // #ifndef _SVX_PAGE_HXX
+#endif // INCLUDED_CUI_SOURCE_INC_PAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */