diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-09-25 18:02:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-26 08:45:44 +0200 |
commit | 2c5d5a6d55a1ebd153f05523972a2c625484bde2 (patch) | |
tree | 20542ccc410b1797ac8405cffbba4f9b165a3e4b /include/vcl/outdev.hxx | |
parent | a5c830a81077319d753d8cadd857448f0a1952a9 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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. |