diff options
Diffstat (limited to 'include/basegfx/polygon/b3dpolypolygontools.hxx')
-rw-r--r-- | include/basegfx/polygon/b3dpolypolygontools.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/polygon/b3dpolypolygontools.hxx b/include/basegfx/polygon/b3dpolypolygontools.hxx index a50167f9b4de..3b5011ddeeb3 100644 --- a/include/basegfx/polygon/b3dpolypolygontools.hxx +++ b/include/basegfx/polygon/b3dpolypolygontools.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_POLYPOLYGON_B3DPOLYGONTOOLS_HXX -#define _BGFX_POLYPOLYGON_B3DPOLYGONTOOLS_HXX +#ifndef INCLUDED_BASEGFX_POLYGON_B3DPOLYPOLYGONTOOLS_HXX +#define INCLUDED_BASEGFX_POLYGON_B3DPOLYPOLYGONTOOLS_HXX #include <basegfx/point/b2dpoint.hxx> #include <basegfx/vector/b2dvector.hxx> @@ -128,6 +128,6 @@ namespace basegfx } // end of namespace tools } // end of namespace basegfx -#endif /* _BGFX_POLYPOLYGON_B3DPOLYGONTOOLS_HXX */ +#endif // INCLUDED_BASEGFX_POLYGON_B3DPOLYPOLYGONTOOLS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |