diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-09 08:50:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-09 13:49:39 +0200 |
commit | 13e5d52fc37f9283edd8a055d6b86108701182f1 (patch) | |
tree | 54a21d76afa9a2ecbf64527d343727b430c42934 /include | |
parent | 317a90fd9d090aa2fe879549553d6491eb5028bf (diff) |
loplugin:constantparam
Change-Id: I7bbc4e1546acf58f1ca24bfec5e465bad5ca90de
Reviewed-on: https://gerrit.libreoffice.org/73732
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/bitmapex.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx index c77607dbc61f..c6eb9cfca85a 100644 --- a/include/vcl/bitmapex.hxx +++ b/include/vcl/bitmapex.hxx @@ -371,16 +371,12 @@ public: @param rTransformation The back transformation for each pixel in (0 .. fWidth),(0 .. fHeight) to local pixel coordinates - - @param bSmooth - Defines if pixel interpolation is to be used to create the result */ [[nodiscard]] BitmapEx TransformBitmapEx( double fWidth, double fHeight, - const basegfx::B2DHomMatrix& rTransformation, - bool bSmooth) const; + const basegfx::B2DHomMatrix& rTransformation) const; /** Create transformed Bitmap |