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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 4 10:27:05 UTC 2018


 svx/source/svdraw/svdotxed.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e3e803b462c6a65eb54b64edf4161bc848e10c42
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Sun Nov 4 13:24:35 2018 +0100
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Tue Dec 4 11:26:44 2018 +0100

    Translate German variable names
    
    Change-Id: Iaad1cc232222428d594a109b882aa21ccfd3aea4
    Reviewed-on: https://gerrit.libreoffice.org/62841
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/svx/source/svdraw/svdotxed.cxx b/svx/source/svdraw/svdotxed.cxx
index 172ebff4e6a0..12991843af10 100644
--- a/svx/source/svdraw/svdotxed.cxx
+++ b/svx/source/svdraw/svdotxed.cxx
@@ -340,8 +340,8 @@ void SdrTextObj::ImpSetTextEditParams() const
     if (pEdtOutl==nullptr)
         return;
 
-    bool bUpdMerk=pEdtOutl->GetUpdateMode();
-    if (bUpdMerk) pEdtOutl->SetUpdateMode(false);
+    bool bUpdBuf=pEdtOutl->GetUpdateMode();
+    if (bUpdBuf) pEdtOutl->SetUpdateMode(false);
     Size aPaperMin;
     Size aPaperMax;
     tools::Rectangle aEditArea;
@@ -355,7 +355,7 @@ void SdrTextObj::ImpSetTextEditParams() const
         TakeTextAnchorRect(aAnchorRect);
         ImpSetContourPolygon(*pEdtOutl,aAnchorRect, true);
     }
-    if (bUpdMerk) pEdtOutl->SetUpdateMode(true);
+    if (bUpdBuf) pEdtOutl->SetUpdateMode(true);
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list