summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdrien Ollier <adr.ollier@hotmail.fr>2019-05-14 19:51:24 +0200
committerTomaž Vajngerl <quikee@gmail.com>2019-07-01 02:03:55 +0200
commit3a99d7f6210363cef47641481b82bae6fb1e997c (patch)
tree4211886e37105d8900b97df4eccb2138d6d2c0e0 /include
parent19057bca87abf09ec6701c1d28084faa24ba9c3f (diff)
tdf#74702: cleans OutputDevice::InitClipRegion up
Change-Id: I2d6e35c68d1ab99a19b5b2256b1f8fae4d614720 Signed-off-by: Adrien Ollier <adr.ollier@hotmail.fr> Reviewed-on: https://gerrit.libreoffice.org/72327 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx1
-rw-r--r--include/vcl/print.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 52b5602d69b0..e23e3552fe0c 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -666,6 +666,7 @@ public:
protected:
virtual void InitClipRegion();
+ virtual void ClipRegionIntersectRectangle(vcl::Region&);
virtual void ClipToPaintRegion ( tools::Rectangle& rDstRect );
private:
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index be077d8017f9..6210acb5bac1 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -233,6 +233,7 @@ protected:
const tools::PolyPolygon &rPolyPoly ) override;
void ScaleBitmap ( Bitmap&, SalTwoRect& ) override { };
+ void ClipRegionIntersectRectangle(vcl::Region&) override;
public:
void DrawGradientEx( OutputDevice* pOut, const tools::Rectangle& rRect,