diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-25 03:28:04 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-25 03:28:04 +1000 |
commit | c97159359ab6324798e16414d72d540e6c1112d5 (patch) | |
tree | 6b19de05a95709bbeee2a7128e86331a72f1d650 /include/vcl/outdev.hxx | |
parent | 66b2880ad51b69188ea5c2e56a682ed320c53d1e (diff) |
VCL Change OutputDevice::ImplSetClipRegion to SetDeviceClipRegion
Change-Id: Ia2db9d640af6bdc35f3e38b5b85355721d5b8331
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index b39cb37510cd..a6e70340fd74 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -469,7 +469,7 @@ protected: virtual Region GetActiveClipRegion() const; private: - SAL_DLLPRIVATE void ImplSetClipRegion( const Region* pRegion ); + SAL_DLLPRIVATE void SetDeviceClipRegion( const Region* pRegion ); SAL_DLLPRIVATE bool ImplSelectClipRegion( const Region&, SalGraphics* pGraphics = NULL ); ///@} |