summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tptable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tptable.hxx')
-rw-r--r--sc/source/ui/inc/tptable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/tptable.hxx b/sc/source/ui/inc/tptable.hxx
index 53bd566a5cbc..2025aabf6ced 100644
--- a/sc/source/ui/inc/tptable.hxx
+++ b/sc/source/ui/inc/tptable.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_TPTABLE_HXX
-#define SC_TPTABLE_HXX
+#ifndef INCLUDED_SC_SOURCE_UI_INC_TPTABLE_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_TPTABLE_HXX
#include <sfx2/tabdlg.hxx>
#include <vcl/fixed.hxx>
@@ -76,6 +76,6 @@ private:
DECL_LINK(ScaleHdl, void *);
};
-#endif // SC_TPTABLE_HXX
+#endif // INCLUDED_SC_SOURCE_UI_INC_TPTABLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */