summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv.cxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2019-01-13 14:55:19 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2019-02-19 17:57:46 +0100
commitdb32d80b839bf7c161f18d69740bdd6b4aa803ec (patch)
tree44d3677176d8f68191e7c3b2e5fb69003f75255e /svx/source/svdraw/svdedtv.cxx
parentf88deae0b7450cdd2eab4cee2066f21f57050c82 (diff)
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@cib.de>
Diffstat (limited to 'svx/source/svdraw/svdedtv.cxx')
-rw-r--r--svx/source/svdraw/svdedtv.cxx4
1 files changed, 2 insertions, 2 deletions
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.