diff options
Diffstat (limited to 'include/basegfx/polygon/b3dpolygon.hxx')
-rw-r--r-- | include/basegfx/polygon/b3dpolygon.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/polygon/b3dpolygon.hxx b/include/basegfx/polygon/b3dpolygon.hxx index 7199eea9684c..ccc7ffb514bb 100644 --- a/include/basegfx/polygon/b3dpolygon.hxx +++ b/include/basegfx/polygon/b3dpolygon.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_POLYGON_B3DPOLYGON_HXX -#define _BGFX_POLYGON_B3DPOLYGON_HXX +#ifndef INCLUDED_BASEGFX_POLYGON_B3DPOLYGON_HXX +#define INCLUDED_BASEGFX_POLYGON_B3DPOLYGON_HXX #include <sal/types.h> #include <o3tl/cow_wrapper.hxx> @@ -125,6 +125,6 @@ namespace basegfx ////////////////////////////////////////////////////////////////////////////// -#endif /* _BGFX_POLYGON_B3DPOLYGON_HXX */ +#endif // INCLUDED_BASEGFX_POLYGON_B3DPOLYGON_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |