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

unnecessary cast

Change-Id: Ic61d755bf5d67aae3eb1f4ffbf655216fec9c18b
üst da2c5253
......@@ -727,7 +727,7 @@ bool SwFEShell::Paste( SwDoc* pClpDoc, bool bIncludingPageFrames )
*(static_cast<SwPaM*>(pCurrCrsr->GetPrev())->GetPoint()) )
{
--nCursorCount;
pCurrCrsr = static_cast<SwPaM*>(pCurrCrsr->GetNext());
pCurrCrsr = pCurrCrsr->GetNext();
pStartCursor = pCurrCrsr;
}
SwPosition aStartPos( *pStartCursor->GetPoint() );
......
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