sd/source/ui/func/fuinsert.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 76a98f9d135b97e89beff4627783292c71e02ba8 Author: Henry Castro <hcas...@collabora.com> Date: Wed Dec 23 23:40:01 2015 -0400 sd: fix not necessary to pass default argument Change-Id: I4f4277bdf6b513bfce58d96000c485fbdc82a1b1 diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index f9daadc..073efde 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.cxx @@ -170,7 +170,7 @@ void FuInsertGraphic::DoExecute( SfxRequest& rReq ) Rectangle aRect(aPos, mpWindow->GetOutputSizePixel() ); aPos = aRect.Center(); bool bMapModeWasEnabled(mpWindow->IsMapModeEnabled()); - mpWindow->EnableMapMode(true); + mpWindow->EnableMapMode(/*true*/); aPos = mpWindow->PixelToLogic(aPos); mpWindow->EnableMapMode(bMapModeWasEnabled); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits