summaryrefslogtreecommitdiff
path: root/include/unotools/collatorwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/collatorwrapper.hxx')
-rw-r--r--include/unotools/collatorwrapper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/collatorwrapper.hxx b/include/unotools/collatorwrapper.hxx
index c73be3518569..fbc645167957 100644
--- a/include/unotools/collatorwrapper.hxx
+++ b/include/unotools/collatorwrapper.hxx
@@ -18,8 +18,8 @@
*/
#include "unotools/unotoolsdllapi.h"
-#ifndef _UNOTOOLS_COLLATORWRAPPER_HXX
-#define _UNOTOOLS_COLLATORWRAPPER_HXX
+#ifndef INCLUDED_UNOTOOLS_COLLATORWRAPPER_HXX
+#define INCLUDED_UNOTOOLS_COLLATORWRAPPER_HXX
#include <com/sun/star/i18n/XCollator.hpp>
@@ -69,6 +69,6 @@ class UNOTOOLS_DLLPUBLIC CollatorWrapper
CollatorWrapper();
};
-#endif /* _UNOTOOLS_COLLATORWRAPPER_HXX */
+#endif // INCLUDED_UNOTOOLS_COLLATORWRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */