summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui/viewlayoutctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/utlui/viewlayoutctrl.cxx')
-rw-r--r--sw/source/ui/utlui/viewlayoutctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/utlui/viewlayoutctrl.cxx b/sw/source/ui/utlui/viewlayoutctrl.cxx
index 00d409e6c115..dfe492f04e0f 100644
--- a/sw/source/ui/utlui/viewlayoutctrl.cxx
+++ b/sw/source/ui/utlui/viewlayoutctrl.cxx
@@ -62,7 +62,7 @@ SwViewLayoutControl::SwViewLayoutControl( sal_uInt16 _nSlotId, sal_uInt16 _nId,
{
BitmapEx b = arr[i].GetBitmapEx();
//Don't scale width, no space.
- b.Scale(1.0, rStb.GetDPIScaleFactor(), BMP_SCALE_FAST);
+ b.Scale(1.0, rStb.GetDPIScaleFactor());
arr[i] = Image(b);
}