summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-01 13:31:59 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-01 12:19:58 +0000
commit64a06ba4bd35e91acd1d9743f9851904eebd1add (patch)
treefc0cd8aae899611323c3ccc1115387c280844342 /cui
parent644aea938b470dd870267983411c484c166a783d (diff)
loplugin:constantparam in vcl
Change-Id: I5af0906ced6d0e917b54dee22577fa40d134464c Reviewed-on: https://gerrit.libreoffice.org/23719 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/cuigrfflt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index 58aa725e4754..3723f81146c8 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -511,7 +511,7 @@ Graphic GraphicFilterPoster::GetFilteredGraphic( const Graphic& rGraphic, double
{
BitmapEx aBmpEx( rGraphic.GetBitmapEx() );
- if( aBmpEx.ReduceColors( nPosterCount, BMP_REDUCE_POPULAR ) )
+ if( aBmpEx.ReduceColors( nPosterCount ) )
aRet = aBmpEx;
}