summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabpages.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tabpages.hxx')
-rw-r--r--sc/source/ui/inc/tabpages.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/tabpages.hxx b/sc/source/ui/inc/tabpages.hxx
index cc548d588b57..393903827685 100644
--- a/sc/source/ui/inc/tabpages.hxx
+++ b/sc/source/ui/inc/tabpages.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_TABPAGES_HXX
-#define SC_TABPAGES_HXX
+#ifndef INCLUDED_SC_SOURCE_UI_INC_TABPAGES_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_TABPAGES_HXX
#include <vcl/group.hxx>
#include <svtools/stdctrl.hxx>
@@ -58,6 +58,6 @@ private:
void UpdateButtons();
};
-#endif // SC_TABPAGES_HXX
+#endif // INCLUDED_SC_SOURCE_UI_INC_TABPAGES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */