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

Translate German variable names

Akt -> Current in crsrsh

Change-Id: Ifea6e66605556b197b64aa453902326e00631d76
Reviewed-on: https://gerrit.libreoffice.org/51026Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 31031cdc
......@@ -716,7 +716,7 @@ int SwCursorShell::SetCursor( const Point &rLPt, bool bOnlyText, bool bBlock )
SwShellCursor* pCursor = getShellCursor( bBlock );
SwPosition aPos( *pCursor->GetPoint() );
Point aPt( rLPt );
Point & rAktCursorPt = pCursor->GetPtPos();
Point & rCurrentCursorPt = pCursor->GetPtPos();
SwCursorMoveState aTmpState( IsTableMode() ? MV_TBLSEL :
bOnlyText ? MV_SETONLYTEXT : MV_NONE );
aTmpState.m_bSetInReadOnly = IsReadOnlyAvailable();
......@@ -769,7 +769,7 @@ int SwCursorShell::SetCursor( const Point &rLPt, bool bOnlyText, bool bBlock )
{
if( pFrame )
{
if( pFrame->getFrameArea().IsInside( rAktCursorPt ))
if( pFrame->getFrameArea().IsInside( rCurrentCursorPt ))
return bRet;
}
else if( aPos.nNode.GetNode().IsContentNode() )
......@@ -800,7 +800,7 @@ int SwCursorShell::SetCursor( const Point &rLPt, bool bOnlyText, bool bBlock )
SwCursorSaveState aSaveState( *pCursor );
*pCursor->GetPoint() = aPos;
rAktCursorPt = aPt;
rCurrentCursorPt = aPt;
// #i41424# Only update the marked number levels if necessary
// Force update of marked number levels if necessary.
......
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