summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpsort.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tpsort.hxx')
-rw-r--r--sc/source/ui/inc/tpsort.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx
index 96f21b49633b..256ec321056a 100644
--- a/sc/source/ui/inc/tpsort.hxx
+++ b/sc/source/ui/inc/tpsort.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_TPSORT_HXX
-#define SC_TPSORT_HXX
+#ifndef INCLUDED_SC_SOURCE_UI_INC_TPSORT_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_TPSORT_HXX
#include <vector>
@@ -174,6 +174,6 @@ private:
DECL_LINK( FillAlgorHdl, void * );
};
-#endif // SC_TPSORT_HXX
+#endif // INCLUDED_SC_SOURCE_UI_INC_TPSORT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */