Kaydet (Commit) e3e803b4 authored tarafından Johnny_M's avatar Johnny_M Kaydeden (comit) Michael Stahl

Translate German variable names

Change-Id: Iaad1cc232222428d594a109b882aa21ccfd3aea4
Reviewed-on: https://gerrit.libreoffice.org/62841
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 7f38b582
...@@ -340,8 +340,8 @@ void SdrTextObj::ImpSetTextEditParams() const ...@@ -340,8 +340,8 @@ void SdrTextObj::ImpSetTextEditParams() const
if (pEdtOutl==nullptr) if (pEdtOutl==nullptr)
return; return;
bool bUpdMerk=pEdtOutl->GetUpdateMode(); bool bUpdBuf=pEdtOutl->GetUpdateMode();
if (bUpdMerk) pEdtOutl->SetUpdateMode(false); if (bUpdBuf) pEdtOutl->SetUpdateMode(false);
Size aPaperMin; Size aPaperMin;
Size aPaperMax; Size aPaperMax;
tools::Rectangle aEditArea; tools::Rectangle aEditArea;
...@@ -355,7 +355,7 @@ void SdrTextObj::ImpSetTextEditParams() const ...@@ -355,7 +355,7 @@ void SdrTextObj::ImpSetTextEditParams() const
TakeTextAnchorRect(aAnchorRect); TakeTextAnchorRect(aAnchorRect);
ImpSetContourPolygon(*pEdtOutl,aAnchorRect, true); ImpSetContourPolygon(*pEdtOutl,aAnchorRect, true);
} }
if (bUpdMerk) pEdtOutl->SetUpdateMode(true); if (bUpdBuf) pEdtOutl->SetUpdateMode(true);
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment