diff options
Diffstat (limited to 'include/basegfx/tools/b2dclipstate.hxx')
-rw-r--r-- | include/basegfx/tools/b2dclipstate.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/tools/b2dclipstate.hxx b/include/basegfx/tools/b2dclipstate.hxx index f1d750ae636b..f963e8849b57 100644 --- a/include/basegfx/tools/b2dclipstate.hxx +++ b/include/basegfx/tools/b2dclipstate.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_TOOLS_CLIPSTATE_HXX -#define _BGFX_TOOLS_CLIPSTATE_HXX +#ifndef INCLUDED_BASEGFX_TOOLS_B2DCLIPSTATE_HXX +#define INCLUDED_BASEGFX_TOOLS_B2DCLIPSTATE_HXX #include <sal/types.h> #include <o3tl/cow_wrapper.hxx> @@ -89,6 +89,6 @@ namespace basegfx } } -#endif // _BGFX_TOOLS_CLIPSTATE_HXX +#endif // INCLUDED_BASEGFX_TOOLS_B2DCLIPSTATE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |