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

unnecessary cast

Change-Id: I5877b60addaf12ddb0242e4b6716c14bc8beda3a
üst 8136a1fd
...@@ -1756,7 +1756,7 @@ void SwCompareData::SetRedlinesToDoc( bool bUseDocInfo ) ...@@ -1756,7 +1756,7 @@ void SwCompareData::SetRedlinesToDoc( bool bUseDocInfo )
SwUndo *const pUndo(new SwUndoCompDoc( *pTmp, true )); SwUndo *const pUndo(new SwUndoCompDoc( *pTmp, true ));
rDoc.GetIDocumentUndoRedo().AppendUndo(pUndo); rDoc.GetIDocumentUndoRedo().AppendUndo(pUndo);
} }
} while( pInsRing != ( pTmp = static_cast<SwPaM*>(pTmp->GetNext()) )); } while( pInsRing != ( pTmp = pTmp->GetNext()) );
} }
} }
......
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