diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/o3tl/functional.hxx | 4 | ||||
-rw-r--r-- | include/o3tl/safeint.hxx | 4 | ||||
-rw-r--r-- | include/o3tl/strong_int.hxx | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/include/o3tl/functional.hxx b/include/o3tl/functional.hxx index 439ed110bf4b..9ca86924f8d7 100644 --- a/include/o3tl/functional.hxx +++ b/include/o3tl/functional.hxx @@ -29,8 +29,8 @@ * Strba and Thorsten Behrens */ -#ifndef INCLUDED_O3TL_COMPAT_FUNCTIONAL_HXX -#define INCLUDED_O3TL_COMPAT_FUNCTIONAL_HXX +#ifndef INCLUDED_O3TL_FUNCTIONAL_HXX +#define INCLUDED_O3TL_FUNCTIONAL_HXX namespace o3tl { diff --git a/include/o3tl/safeint.hxx b/include/o3tl/safeint.hxx index 552c834bd6a9..ce144d22d9ea 100644 --- a/include/o3tl/safeint.hxx +++ b/include/o3tl/safeint.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_O3TL_SAFE_INT_HXX -#define INCLUDED_O3TL_SAFE_INT_HXX +#ifndef INCLUDED_O3TL_SAFEINT_HXX +#define INCLUDED_O3TL_SAFEINT_HXX #include <limits> #if defined(_MSC_VER) diff --git a/include/o3tl/strong_int.hxx b/include/o3tl/strong_int.hxx index 92706a870b85..690fefa9032a 100644 --- a/include/o3tl/strong_int.hxx +++ b/include/o3tl/strong_int.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_O3TL_STRONG_TYPEDEF_HXX -#define INCLUDED_O3TL_STRONG_TYPEDEF_HXX +#ifndef INCLUDED_O3TL_STRONG_INT_HXX +#define INCLUDED_O3TL_STRONG_INT_HXX #include <sal/config.h> @@ -69,6 +69,6 @@ strong_int<UT,PT> operator+(strong_int<UT,PT> const & lhs, strong_int<UT,PT> con }; // namespace o3tl -#endif /* INCLUDED_O3TL_STRONG_TYPEDEF_HXX */ +#endif /* INCLUDED_O3TL_STRONG_INT_HXX */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |