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

unnecessary cast

Change-Id: I8e4f11fe8d6ed444e3f863a15745145e2ca359e1
üst 8b6a3c3b
......@@ -600,7 +600,7 @@ short SwShellCrsr::MaxReplaceArived()
for( nActCnt = 0; pSh->ActionPend(); ++nActCnt )
pSh->EndAction();
aArr.push_back( nActCnt );
} while( pShell != ( pSh = static_cast<SwViewShell*>(pSh->GetNext()) ) );
} while( pShell != ( pSh = pSh->GetNext()) );
{
nRet = MessageDialog(pDlg, "AskSearchDialog",
......
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