[Libreoffice-commits] core.git: svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Dec 8 20:21:08 UTC 2018


 svx/source/svdraw/svdglue.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d6e6745683c80b66349eb82581a862fcc5961575
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Sun Nov 4 13:41:28 2018 +0100
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Sat Dec 8 21:20:47 2018 +0100

    Translate German variable names
    
    Change-Id: Ic7d194bd256cc573c4081bb82619e42abf2dda90
    Reviewed-on: https://gerrit.libreoffice.org/62842
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/svx/source/svdraw/svdglue.cxx b/svx/source/svdraw/svdglue.cxx
index 477f97d1130f..3cd77b138a7c 100644
--- a/svx/source/svdraw/svdglue.cxx
+++ b/svx/source/svdraw/svdglue.cxx
@@ -252,7 +252,7 @@ void SdrGluePoint::Shear(const Point& rRef, double tn, bool bVShear, const SdrOb
 
 void SdrGluePoint::Invalidate(vcl::Window& rWin, const SdrObject* pObj) const
 {
-    bool bMapMerk=rWin.IsMapModeEnabled();
+    bool bMapMode=rWin.IsMapModeEnabled();
     Point aPt(pObj!=nullptr ? GetAbsolutePos(*pObj) : GetPos());
     aPt=rWin.LogicToPixel(aPt);
     rWin.EnableMapMode(false);
@@ -264,7 +264,7 @@ void SdrGluePoint::Invalidate(vcl::Window& rWin, const SdrObject* pObj) const
     // do not erase background, that causes flicker (!)
     rWin.Invalidate(aRect, InvalidateFlags::NoErase);
 
-    rWin.EnableMapMode(bMapMerk);
+    rWin.EnableMapMode(bMapMode);
 }
 
 bool SdrGluePoint::IsHit(const Point& rPnt, const OutputDevice& rOut, const SdrObject* pObj) const


More information about the Libreoffice-commits mailing list