Kaydet (Commit) 55033ba6 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#704353 Logically dead code

Change-Id: I6d8ae15ca5ec647b1429fb47a3e976501165e780
üst 9037a403
......@@ -411,7 +411,6 @@ void SwSection::SetEditInReadonly(bool const bFlag)
void SwSection::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew )
{
bool bRemake = false;
bool bUpdateFtn = false;
switch( pOld ? pOld->Which() : pNew ? pNew->Which() : 0 )
{
......@@ -519,12 +518,6 @@ void SwSection::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew )
break;
}
if( bRemake )
{
GetFmt()->DelFrms();
GetFmt()->MakeFrms();
}
if( bUpdateFtn )
{
SwSectionNode* pSectNd = GetFmt()->GetSectionNode( false );
......
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