summaryrefslogtreecommitdiff
path: root/include/basegfx/polygon/b2dpolygontools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/polygon/b2dpolygontools.hxx')
-rw-r--r--include/basegfx/polygon/b2dpolygontools.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx
index af5559eff6a7..d00ed1ea8460 100644
--- a/include/basegfx/polygon/b2dpolygontools.hxx
+++ b/include/basegfx/polygon/b2dpolygontools.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_POLYGON_B2DPOLYGONTOOLS_HXX
-#define _BGFX_POLYGON_B2DPOLYGONTOOLS_HXX
+#ifndef INCLUDED_BASEGFX_POLYGON_B2DPOLYGONTOOLS_HXX
+#define INCLUDED_BASEGFX_POLYGON_B2DPOLYGONTOOLS_HXX
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/vector/b2dvector.hxx>
@@ -450,6 +450,6 @@ namespace basegfx
} // end of namespace tools
} // end of namespace basegfx
-#endif /* _BGFX_POLYGON_B2DPOLYGONTOOLS_HXX */
+#endif // INCLUDED_BASEGFX_POLYGON_B2DPOLYGONTOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */