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

unnecessary cast

Change-Id: I9b0ac0ba1b3dce2d37dd514a75523ddcbbaa0111
üst 82944c9f
...@@ -315,7 +315,7 @@ sal_uLong SwReader::Read( const Reader& rOptions ) ...@@ -315,7 +315,7 @@ sal_uLong SwReader::Read( const Reader& rOptions )
delete pUndoPam; delete pUndoPam;
pPam = static_cast<SwPaM *>( pPam->GetNext()); pPam = pPam->GetNext();
if( pPam == pEnd ) if( pPam == pEnd )
break; break;
......
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