svx/source/svdraw/svdglue.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d6e6745683c80b66349eb82581a862fcc5961575 Author: Johnny_M <kla...@partyheld.de> AuthorDate: Sun Nov 4 13:41:28 2018 +0100 Commit: Eike Rathke <er...@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 <er...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits