summaryrefslogtreecommitdiff
path: root/include/basegfx/curve/b2dcubicbezier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/curve/b2dcubicbezier.hxx')
-rw-r--r--include/basegfx/curve/b2dcubicbezier.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/curve/b2dcubicbezier.hxx b/include/basegfx/curve/b2dcubicbezier.hxx
index 003a1970bb0a..22c55b5ee10c 100644
--- a/include/basegfx/curve/b2dcubicbezier.hxx
+++ b/include/basegfx/curve/b2dcubicbezier.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_CURVE_B2DCUBICBEZIER_HXX
-#define _BGFX_CURVE_B2DCUBICBEZIER_HXX
+#ifndef INCLUDED_BASEGFX_CURVE_B2DCUBICBEZIER_HXX
+#define INCLUDED_BASEGFX_CURVE_B2DCUBICBEZIER_HXX
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/range/b2drange.hxx>
@@ -195,6 +195,6 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif /* _BGFX_CURVE_B2DCUBICBEZIER_HXX */
+#endif // INCLUDED_BASEGFX_CURVE_B2DCUBICBEZIER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */