summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:25:04 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 19:37:41 +0200
commit665231b76ba3ffa574576ce4509e47a6863c20a5 (patch)
tree8b1217d7ff57f48ee7b2cda9c650190979684e08 /vcl
parent10c4f2e141c014c54a8da1985aa4c24fb716d7cc (diff)
plugin:defaultparams
Change-Id: Ibeec35b72e6dc81c72a9120ed14ae165e6137d26
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/bitmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx
index c86de380a071..fae4c6a75713 100644
--- a/vcl/source/outdev/bitmap.cxx
+++ b/vcl/source/outdev/bitmap.cxx
@@ -1208,7 +1208,7 @@ void OutputDevice::DrawTransformedBitmapEx(
DrawBitmapEx(aDestPt, aDestSize, rBitmapEx);
if (comphelper::LibreOfficeKit::isActive())
{
- EnableMapMode(true);
+ EnableMapMode();
aDestPt.Move(-aOrigin.getX(), -aOrigin.getY());
}
return;