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

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: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst f88deae0
......@@ -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.
......
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