summaryrefslogtreecommitdiff
path: root/include/basegfx/polygon/b2dpolygonclipper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/polygon/b2dpolygonclipper.hxx')
-rw-r--r--include/basegfx/polygon/b2dpolygonclipper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/polygon/b2dpolygonclipper.hxx b/include/basegfx/polygon/b2dpolygonclipper.hxx
index 197958e45a00..a79b6eec4d3f 100644
--- a/include/basegfx/polygon/b2dpolygonclipper.hxx
+++ b/include/basegfx/polygon/b2dpolygonclipper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_POLYPOLYGON_B2DPOLYGONCLIPPER_HXX
-#define _BGFX_POLYPOLYGON_B2DPOLYGONCLIPPER_HXX
+#ifndef INCLUDED_BASEGFX_POLYGON_B2DPOLYGONCLIPPER_HXX
+#define INCLUDED_BASEGFX_POLYGON_B2DPOLYGONCLIPPER_HXX
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
@@ -65,6 +65,6 @@ namespace basegfx
} // end of namespace tools
} // end of namespace basegfx
-#endif /* _BGFX_POLYPOLYGON_B2DPOLYGONCLIPPER_HXX */
+#endif // INCLUDED_BASEGFX_POLYGON_B2DPOLYGONCLIPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */