diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx index 5d0aede3b8a5..38db766f8118 100644 --- a/sw/source/core/layout/fly.cxx +++ b/sw/source/core/layout/fly.cxx @@ -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; }