diff options
Diffstat (limited to 'include/vcl/region.hxx')
-rw-r--r-- | include/vcl/region.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/region.hxx b/include/vcl/region.hxx index f2298e7a5d2a..c9ab0c78afc3 100644 --- a/include/vcl/region.hxx +++ b/include/vcl/region.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SV_REGION_HXX -#define _SV_REGION_HXX +#ifndef INCLUDED_VCL_REGION_HXX +#define INCLUDED_VCL_REGION_HXX #include <tools/gen.hxx> #include <tools/solar.h> @@ -131,6 +131,6 @@ public: static Region GetRegionFromPolyPolygon( const PolyPolygon& rPolyPoly ); }; -#endif // _SV_REGION_HXX +#endif // INCLUDED_VCL_REGION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |