summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/rect.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-25 02:43:06 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-25 03:18:08 +1000
commitf41b1457116dc05936b08146aa720889775c0681 (patch)
tree96f70bc2918f0042a24c846876715e8dea9c187b /vcl/source/outdev/rect.cxx
parent99459623e0a48c079dcd7336e9f5b8cb59d73b89 (diff)
VCL: remove comment, rename ImplInitClipRegion to InitClipRegion
Change-Id: If8d18b59285f75d61d9972ca019390fce700be3c
Diffstat (limited to 'vcl/source/outdev/rect.cxx')
-rw-r--r--vcl/source/outdev/rect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/outdev/rect.cxx b/vcl/source/outdev/rect.cxx
index d47119b52850..d9d39b9fa9dc 100644
--- a/vcl/source/outdev/rect.cxx
+++ b/vcl/source/outdev/rect.cxx
@@ -47,7 +47,7 @@ void OutputDevice::DrawRect( const Rectangle& rRect )
}
if ( mbInitClipRegion )
- ImplInitClipRegion();
+ InitClipRegion();
if ( mbOutputClipped )
return;
@@ -88,7 +88,7 @@ void OutputDevice::DrawRect( const Rectangle& rRect,
}
if ( mbInitClipRegion )
- ImplInitClipRegion();
+ InitClipRegion();
if ( mbOutputClipped )
return;