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

coverity#1190351 Missing break in switch

it's been like this since the initial checkin
of 2000, so I got to assume it's intentional

Change-Id: Ifc1300c193f2ddbc3f9ab978464199432430fd8b
üst cd5acc5f
......@@ -1036,7 +1036,7 @@ void SwFlyFrm::_UpdateAttr( const SfxPoolItem *pOld, const SfxPoolItem *pNew,
else if ( GetPrevLink() )
SwFlyFrm::UnchainFrames( GetPrevLink(), this );
}
//fall-through
default:
bClear = 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