summaryrefslogtreecommitdiff
path: root/include/unotools/charclass.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/charclass.hxx')
-rw-r--r--include/unotools/charclass.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/charclass.hxx b/include/unotools/charclass.hxx
index 230a5b2c5057..f86f47b49be4 100644
--- a/include/unotools/charclass.hxx
+++ b/include/unotools/charclass.hxx
@@ -19,8 +19,8 @@
#include "unotools/unotoolsdllapi.h"
-#ifndef _UNOTOOLS_CHARCLASS_HXX
-#define _UNOTOOLS_CHARCLASS_HXX
+#ifndef INCLUDED_UNOTOOLS_CHARCLASS_HXX
+#define INCLUDED_UNOTOOLS_CHARCLASS_HXX
#include <boost/noncopyable.hpp>
#include <i18nlangtag/languagetag.hxx>
@@ -222,6 +222,6 @@ private:
const ::com::sun::star::lang::Locale & getMyLocale() const;
};
-#endif // _UNOTOOLS_CHARCLASS_HXX
+#endif // INCLUDED_UNOTOOLS_CHARCLASS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */