diff options
Diffstat (limited to 'include/basegfx/polygon/b2dpolypolygonfillrule.hxx')
-rw-r--r-- | include/basegfx/polygon/b2dpolypolygonfillrule.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/polygon/b2dpolypolygonfillrule.hxx b/include/basegfx/polygon/b2dpolypolygonfillrule.hxx index 390dd9bac9f0..e3b4be39c8d4 100644 --- a/include/basegfx/polygon/b2dpolypolygonfillrule.hxx +++ b/include/basegfx/polygon/b2dpolypolygonfillrule.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_POLYGON_B2DPOLYPOLYGONFILLRULE_HXX -#define _BGFX_POLYGON_B2DPOLYPOLYGONFILLRULE_HXX +#ifndef INCLUDED_BASEGFX_POLYGON_B2DPOLYPOLYGONFILLRULE_HXX +#define INCLUDED_BASEGFX_POLYGON_B2DPOLYPOLYGONFILLRULE_HXX #include <sal/types.h> @@ -49,6 +49,6 @@ namespace basegfx }; } -#endif /* _BGFX_POLYGON_B2DPOLYPOLYGONFILLRULE_HXX */ +#endif // INCLUDED_BASEGFX_POLYGON_B2DPOLYPOLYGONFILLRULE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |