From 64a06ba4bd35e91acd1d9743f9851904eebd1add Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 1 Apr 2016 13:31:59 +0200 Subject: loplugin:constantparam in vcl Change-Id: I5af0906ced6d0e917b54dee22577fa40d134464c Reviewed-on: https://gerrit.libreoffice.org/23719 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/dialogs/cuigrfflt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') 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; } -- cgit