diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-08 14:42:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-09 07:14:34 +0100 |
commit | 97e47e7b004945d3ac28a9262df371ca2faf1903 (patch) | |
tree | 5bab8b1cc8961c906c96e0438a9128ad7a0e1549 /include/vcl/bitmapex.hxx | |
parent | ba43b0cb7a62f34fcda214d43122c7c66df2e5a0 (diff) |
loplugin:constantparam in vcl
Change-Id: I1618280494ff10d884a3285501303c6a74ef3542
Reviewed-on: https://gerrit.libreoffice.org/50951
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/bitmapex.hxx')
-rw-r--r-- | include/vcl/bitmapex.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx index ce45c0a6891f..c596a71a17a3 100644 --- a/include/vcl/bitmapex.hxx +++ b/include/vcl/bitmapex.hxx @@ -302,8 +302,7 @@ public: void Replace( const Color* pSearchColors, const Color* pReplaceColors, - sal_uLong nColorCount, - const sal_uInt8* pTols = nullptr ); + sal_uLong nColorCount ); /** Change various global color characteristics |