diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:16:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:30 +0200 |
commit | f20eef009438883ebc205c9cce3e4bac87256f29 (patch) | |
tree | 32389f88c3f799bda3dae69c2b870041707f3492 /include/unotools/nativenumberwrapper.hxx | |
parent | 4e0670b763c19bf369db56d03dc5add669c21ac5 (diff) |
fixincludeguards.sh: include/u*
Change-Id: I8a07ccb309490206a2edd36f2fe4d0e2c0982ea2
Diffstat (limited to 'include/unotools/nativenumberwrapper.hxx')
-rw-r--r-- | include/unotools/nativenumberwrapper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/nativenumberwrapper.hxx b/include/unotools/nativenumberwrapper.hxx index 252a48d85a13..2c6e079ab45a 100644 --- a/include/unotools/nativenumberwrapper.hxx +++ b/include/unotools/nativenumberwrapper.hxx @@ -18,8 +18,8 @@ */ #include "unotools/unotoolsdllapi.h" -#ifndef _UNOTOOLS_NATIVENUMBERWRAPPER_HXX -#define _UNOTOOLS_NATIVENUMBERWRAPPER_HXX +#ifndef INCLUDED_UNOTOOLS_NATIVENUMBERWRAPPER_HXX +#define INCLUDED_UNOTOOLS_NATIVENUMBERWRAPPER_HXX #include <com/sun/star/i18n/XNativeNumberSupplier.hpp> namespace com { namespace sun { namespace star { @@ -59,6 +59,6 @@ public: }; -#endif // _UNOTOOLS_NATIVENUMBERWRAPPER_HXX +#endif // INCLUDED_UNOTOOLS_NATIVENUMBERWRAPPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |