Kaydet (Commit) 8145c0bd authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

unnecessary cast

Change-Id: I3c7c04f8da9829e50e4bf82500d226710fd3b9c9
üst 4e1d9ab9
...@@ -759,7 +759,7 @@ bool SwFEShell::Paste( SwDoc* pClpDoc, bool bIncludingPageFrames ) ...@@ -759,7 +759,7 @@ bool SwFEShell::Paste( SwDoc* pClpDoc, bool bIncludingPageFrames )
} }
else // as long as we find more insert positions in the cursor ring else // as long as we find more insert positions in the cursor ring
{ // we'll take them { // we'll take them
pCurrCrsr = static_cast<SwPaM*>(pCurrCrsr->GetNext()); pCurrCrsr = pCurrCrsr->GetNext();
aInsertPos = *pCurrCrsr->GetPoint(); aInsertPos = *pCurrCrsr->GetPoint();
--nCursorCount; --nCursorCount;
} }
......
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