summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
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/vcl/print.hxx
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/vcl/print.hxx')
-rw-r--r--include/vcl/print.hxx1
1 files changed, 1 insertions, 0 deletions
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,