diff options
Diffstat (limited to 'include/basegfx/tuple/b2i64tuple.hxx')
-rw-r--r-- | include/basegfx/tuple/b2i64tuple.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/tuple/b2i64tuple.hxx b/include/basegfx/tuple/b2i64tuple.hxx index 13ac79ba9aa0..a58013df9a8d 100644 --- a/include/basegfx/tuple/b2i64tuple.hxx +++ b/include/basegfx/tuple/b2i64tuple.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_TUPLE_B2I64TUPLE_HXX -#define _BGFX_TUPLE_B2I64TUPLE_HXX +#ifndef INCLUDED_BASEGFX_TUPLE_B2I64TUPLE_HXX +#define INCLUDED_BASEGFX_TUPLE_B2I64TUPLE_HXX #include <sal/types.h> #include <basegfx/tuple/b2dtuple.hxx> @@ -310,6 +310,6 @@ namespace basegfx } } // end of namespace basegfx -#endif /* _BGFX_TUPLE_B2I64TUPLE_HXX */ +#endif // INCLUDED_BASEGFX_TUPLE_B2I64TUPLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |