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