diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:25:04 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 19:37:41 +0200 |
commit | 665231b76ba3ffa574576ce4509e47a6863c20a5 (patch) | |
tree | 8b1217d7ff57f48ee7b2cda9c650190979684e08 /vcl | |
parent | 10c4f2e141c014c54a8da1985aa4c24fb716d7cc (diff) |
plugin:defaultparams
Change-Id: Ibeec35b72e6dc81c72a9120ed14ae165e6137d26
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/bitmap.cxx | 2 |
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; |