summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuigrfflt.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:45:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:45:07 +0200
commitd35f403d80c03aa944f4888036dd200e3360f1ef (patch)
treeb4be6ec1d944a5c8b78c358c2cd8a6936c194242 /cui/source/dialogs/cuigrfflt.cxx
parentcb85f1c6ab6751920db838597fd502648a75572c (diff)
loplugin:defaultparams
Change-Id: Ifa4f3f5f7df9bacec781e33b3725e4dc5a5fe63a
Diffstat (limited to 'cui/source/dialogs/cuigrfflt.cxx')
-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 f19e52398383..52eb96d295c8 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -118,7 +118,7 @@ void GraphicPreviewWindow::ScaleImageToFit()
{
BitmapEx aBmpEx( mpOrigGraphic->GetBitmapEx() );
- if( aBmpEx.Scale( aGrfSize, BmpScaleFlag::Default ) )
+ if( aBmpEx.Scale( aGrfSize ) )
maScaledOrig = aBmpEx;
}
}