summaryrefslogtreecommitdiff
path: root/sc/inc/tokenarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/tokenarray.hxx')
-rw-r--r--sc/inc/tokenarray.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx
index 1ea6658c2f39..c7f2242caa23 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_TOKENARRAY_HXX
-#define SC_TOKENARRAY_HXX
+#ifndef INCLUDED_SC_INC_TOKENARRAY_HXX
+#define INCLUDED_SC_INC_TOKENARRAY_HXX
#include "formula/token.hxx"
#include "scdllapi.h"
@@ -209,6 +209,6 @@ public:
#endif
};
-#endif // SC_TOKENARRAY_HXX
+#endif // INCLUDED_SC_INC_TOKENARRAY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */