summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/region.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/region.cxx')
-rw-r--r--vcl/source/gdi/region.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/region.cxx b/vcl/source/gdi/region.cxx
index 1543d83d6e81..943559582d4d 100644
--- a/vcl/source/gdi/region.cxx
+++ b/vcl/source/gdi/region.cxx
@@ -973,7 +973,7 @@ bool vcl::Region::Intersect( const vcl::Region& rRegion )
if(IsEmpty())
{
- // local region is empty, cannot get more emty than that. Nothing to do
+ // local region is empty, cannot get more empty than that. Nothing to do
return true;
}
@@ -984,7 +984,7 @@ bool vcl::Region::Intersect( const vcl::Region& rRegion )
if(!aThisPolyPoly.count())
{
- // local region is empty, cannot get more emty than that. Nothing to do
+ // local region is empty, cannot get more empty than that. Nothing to do
return true;
}
@@ -1013,7 +1013,7 @@ bool vcl::Region::Intersect( const vcl::Region& rRegion )
if(!pCurrent)
{
- // local region is empty, cannot get more emty than that. Nothing to do
+ // local region is empty, cannot get more empty than that. Nothing to do
return true;
}