diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-25 03:42:13 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-25 03:42:13 +1000 |
commit | 7b4c2f7f5a5b801bd3264000c19821b8dea1e14f (patch) | |
tree | af4f9d45467fc8e64f14a2f89b437db286da27bc /include/vcl | |
parent | b3b0331711a1cab740d6c2220ef766f611a117b8 (diff) |
Rearrange function locations in outdev.hxx and outdev/clipping.cxx
Change-Id: Idb1faf5632da8ea3fec674f9fb2d042c7ff14fa7
Diffstat (limited to 'include/vcl')
-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 31630c2be2fe..5f0de9ddc062 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -469,6 +469,7 @@ public: protected: virtual void InitClipRegion(); virtual Region GetActiveClipRegion() const; + virtual void ClipToPaintRegion ( Rectangle& rDstRect ); private: SAL_DLLPRIVATE void SetDeviceClipRegion( const Region* pRegion ); @@ -551,7 +552,6 @@ public: SAL_DLLPRIVATE void ImplDrawOutDevDirect ( const OutputDevice* pSrcDev, SalTwoRect& rPosAry ); - virtual void ClipToPaintRegion ( Rectangle& rDstRect ); SAL_DLLPRIVATE void ImplPrintTransparent ( const Bitmap& rBmp, const Bitmap& rMask, const Point& rDestPt, const Size& rDestSize, const Point& rSrcPtPixel, const Size& rSrcSizePixel ); |