Kaydet (Commit) efd02d15 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#1157764 : Logically dead code

Change-Id: I08e24bd70fabb1098f07d9765dd391dfe18d4e30
üst 5a2252d3
...@@ -548,10 +548,7 @@ void SwTxtFrm::RemoveFtn( const sal_Int32 nStart, const sal_Int32 nLen ) ...@@ -548,10 +548,7 @@ void SwTxtFrm::RemoveFtn( const sal_Int32 nStart, const sal_Int32 nLen )
} }
else else
{ {
if( bEndn ) pFtnBoss->MoveFtns( this, pDest, pFtn );
pEndBoss->MoveFtns( this, pDest, pFtn );
else
pFtnBoss->MoveFtns( this, pDest, pFtn );
bRemove = true; bRemove = true;
} }
((SwTxtFrm*)pDest)->SetFtn( sal_True ); ((SwTxtFrm*)pDest)->SetFtn( sal_True );
......
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