From 2c5d5a6d55a1ebd153f05523972a2c625484bde2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 25 Sep 2020 18:02:02 +0200 Subject: tools::PolyPolygon -> basegfx in filter which needed an extra method on OutputDevice. Also add some utility methods to make future conversion work easier. Change-Id: I57c5bc7505e656a014f2e723fea2aa79271e6515 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103415 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/outdev.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/vcl') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 14b03507dfe3..fcf57bb74beb 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -803,6 +803,8 @@ public: */ void DrawPolyLine( const tools::Polygon& rPoly, const LineInfo& rLineInfo ); + void DrawPolyLine( const basegfx::B2DPolygon& rPoly, + const LineInfo& rLineInfo ); // #i101491# // Helper who tries to use SalGDI's DrawPolyLine direct and returns it's bool. -- cgit