diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-06 15:39:01 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-09-07 06:49:12 +0000 |
commit | 673b436c3592c5747f3dce4947168d6fa3ba45ea (patch) | |
tree | e5711bd1da76e9a554954f7275784fca4429c29f /include/vcl/bitmap.hxx | |
parent | 702496391b2b9ef53f83752b34feb3c33d7fb4e9 (diff) |
loplugin:constantparam in vcl
Change-Id: I0cae8e5de1170dec4c82df7f1f5377143a079876
Reviewed-on: https://gerrit.libreoffice.org/28686
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/bitmap.hxx')
-rw-r--r-- | include/vcl/bitmap.hxx | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx index f509e1826d08..e206700e8e34 100644 --- a/include/vcl/bitmap.hxx +++ b/include/vcl/bitmap.hxx @@ -609,15 +609,10 @@ public: @param rPolyPoly The resulting PolyPolygon - @param nFlags - Whether the inline or the outline of the color areas should be - represented by the polygon - @return true, if the operation was completed successfully. */ bool Vectorize( - tools::PolyPolygon& rPolyPoly, - BmpVectorizeFlags nFlags ); + tools::PolyPolygon& rPolyPoly ); /** Convert the bitmap to a meta file @@ -631,10 +626,6 @@ public: @param cReduce If non-null, minimal size of bound rects for individual polygons. Smaller ones are ignored. - @param nFlags - Whether the inline or the outline of the color areas should be - represented by the polygon - @param pProgress A callback for showing the progress of the vectorization @@ -643,7 +634,6 @@ public: bool Vectorize( GDIMetaFile& rMtf, sal_uInt8 cReduce, - BmpVectorizeFlags nFlags = BmpVectorizeFlags::Inner, const Link<long,void>* pProgress = nullptr ); /** Change various global color characteristics |