From 665231b76ba3ffa574576ce4509e47a6863c20a5 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 18 Jun 2016 17:25:04 +0200 Subject: [PATCH] plugin:defaultparams Change-Id: Ibeec35b72e6dc81c72a9120ed14ae165e6137d26 --- vcl/source/outdev/bitmap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;