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

New commits:
commit db32d80b839bf7c161f18d69740bdd6b4aa803ec
Author:     Johnny_M <kla...@partyheld.de>
AuthorDate: Sun Jan 13 14:55:19 2019 +0100
Commit:     Michael Stahl <michael.st...@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.st...@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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to