Kaydet (Commit) 6eff4b66 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: Ibec716d78425d32b7341eb608c08202364b84ba4
üst c1778ef1
...@@ -4161,7 +4161,6 @@ Rectangle ImpEditEngine::GetEditCursor( ParaPortion* pPortion, sal_Int32 nIndex, ...@@ -4161,7 +4161,6 @@ Rectangle ImpEditEngine::GetEditCursor( ParaPortion* pPortion, sal_Int32 nIndex,
nY -= pLine->GetHeight(); nY -= pLine->GetHeight();
if ( !aStatus.IsOutliner() ) if ( !aStatus.IsOutliner() )
nY -= nSBL; nY -= nSBL;
nCurIndex = nCurIndex - pLine->GetLen();
} }
Rectangle aEditCursor; Rectangle aEditCursor;
......
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