summaryrefslogtreecommitdiff
path: root/include/unotools/intlwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/intlwrapper.hxx')
-rw-r--r--include/unotools/intlwrapper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/intlwrapper.hxx b/include/unotools/intlwrapper.hxx
index 9165be22b414..7030f11d9568 100644
--- a/include/unotools/intlwrapper.hxx
+++ b/include/unotools/intlwrapper.hxx
@@ -18,8 +18,8 @@
*/
#include "unotools/unotoolsdllapi.h"
-#ifndef _UNOTOOLS_INTLWRAPPER_HXX
-#define _UNOTOOLS_INTLWRAPPER_HXX
+#ifndef INCLUDED_UNOTOOLS_INTLWRAPPER_HXX
+#define INCLUDED_UNOTOOLS_INTLWRAPPER_HXX
#include <unotools/charclass.hxx>
#include <unotools/localedatawrapper.hxx>
#include <unotools/calendarwrapper.hxx>
@@ -93,6 +93,6 @@ public:
}
};
-#endif // _UNOTOOLS_INTLWRAPPER_HXX
+#endif // INCLUDED_UNOTOOLS_INTLWRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */