summaryrefslogtreecommitdiff
path: root/include/unotools/numberformatcodewrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/numberformatcodewrapper.hxx')
-rw-r--r--include/unotools/numberformatcodewrapper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/numberformatcodewrapper.hxx b/include/unotools/numberformatcodewrapper.hxx
index 82e254e7ea1d..ee7a14f07d3a 100644
--- a/include/unotools/numberformatcodewrapper.hxx
+++ b/include/unotools/numberformatcodewrapper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UNOTOOLS_NUMBERFORMATCODEWRAPPER_HXX
-#define _UNOTOOLS_NUMBERFORMATCODEWRAPPER_HXX
+#ifndef INCLUDED_UNOTOOLS_NUMBERFORMATCODEWRAPPER_HXX
+#define INCLUDED_UNOTOOLS_NUMBERFORMATCODEWRAPPER_HXX
#include <com/sun/star/i18n/XNumberFormatCode.hpp>
#include "unotools/unotoolsdllapi.h"
@@ -63,6 +63,6 @@ public:
};
-#endif // _UNOTOOLS_NUMBERFORMATCODEWRAPPER_HXX
+#endif // INCLUDED_UNOTOOLS_NUMBERFORMATCODEWRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */