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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Feb 19 16:58:09 UTC 2019


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

New commits:
commit db32d80b839bf7c161f18d69740bdd6b4aa803ec
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Sun Jan 13 14:55:19 2019 +0100
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Tue Feb 19 17:57:46 2019 +0100

    Translate German variable names
    
    Please feel free to suggest a better name, if desired
    
    Change-Id: I116b30f3734a96fe30a95a30514551983e0258ae
    Reviewed-on: https://gerrit.libreoffice.org/66260
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/svx/source/svdraw/svdedtv.cxx b/svx/source/svdraw/svdedtv.cxx
index 71c1aabaecfe..5fffa2b3da23 100644
--- a/svx/source/svdraw/svdedtv.cxx
+++ b/svx/source/svdraw/svdedtv.cxx
@@ -633,10 +633,10 @@ void SdrEditView::CheckPossibilities()
         m_bPossibilitiesDirty=false;
 
         if (m_bReadOnly) {
-            bool bMerker1=m_bGrpEnterPossible;
+            bool bTemp=m_bGrpEnterPossible;
             ImpResetPossibilityFlags();
             m_bReadOnly=true;
-            m_bGrpEnterPossible=bMerker1;
+            m_bGrpEnterPossible=bTemp;
         }
         if (m_bMoveAllowed) {
             // Don't allow moving glued connectors.


More information about the Libreoffice-commits mailing list