diff options
Diffstat (limited to 'include/basegfx/curve/b2dbeziertools.hxx')
-rw-r--r-- | include/basegfx/curve/b2dbeziertools.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/curve/b2dbeziertools.hxx b/include/basegfx/curve/b2dbeziertools.hxx index f52f00a1912f..a20598c82b3b 100644 --- a/include/basegfx/curve/b2dbeziertools.hxx +++ b/include/basegfx/curve/b2dbeziertools.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_CURVE_B2DBEZIERTOOLS_HXX -#define _BGFX_CURVE_B2DBEZIERTOOLS_HXX +#ifndef INCLUDED_BASEGFX_CURVE_B2DBEZIERTOOLS_HXX +#define INCLUDED_BASEGFX_CURVE_B2DBEZIERTOOLS_HXX #include <sal/types.h> #include <vector> @@ -52,6 +52,6 @@ namespace basegfx ////////////////////////////////////////////////////////////////////////////// -#endif /* _BGFX_CURVE_B2DBEZIERTOOLS_HXX */ +#endif // INCLUDED_BASEGFX_CURVE_B2DBEZIERTOOLS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |