summaryrefslogtreecommitdiff
path: root/include/formula/errorcodes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/errorcodes.hxx')
-rw-r--r--include/formula/errorcodes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/formula/errorcodes.hxx b/include/formula/errorcodes.hxx
index 1e145e04132b..d178aec680bd 100644
--- a/include/formula/errorcodes.hxx
+++ b/include/formula/errorcodes.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_ERRORCODES_HXX
-#define SC_ERRORCODES_HXX
+#ifndef INCLUDED_FORMULA_ERRORCODES_HXX
+#define INCLUDED_FORMULA_ERRORCODES_HXX
#include <rtl/math.hxx>
#include <tools/solar.h>
@@ -114,6 +114,6 @@ inline sal_uInt16 GetDoubleErrorValue( double fVal )
// yes, exceptionally we put a "using namespace" in a header file..
using namespace ScErrorCodes;
-#endif // SC_ERRORCODES_HXX
+#endif // INCLUDED_FORMULA_ERRORCODES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */