summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/expbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/expbase.hxx')
-rw-r--r--sc/source/filter/inc/expbase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/expbase.hxx b/sc/source/filter/inc/expbase.hxx
index 9cc55cb1611d..275711358edd 100644
--- a/sc/source/filter/inc/expbase.hxx
+++ b/sc/source/filter/inc/expbase.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_EXPBASE_HXX
-#define SC_EXPBASE_HXX
+#ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXPBASE_HXX
+#define INCLUDED_SC_SOURCE_FILTER_INC_EXPBASE_HXX
#include "global.hxx"
#include "address.hxx"
@@ -59,6 +59,6 @@ public:
ScFieldEditEngine& GetEditEngine() const;
};
-#endif // SC_EXPBASE_HXX
+#endif // INCLUDED_SC_SOURCE_FILTER_INC_EXPBASE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */