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

coverity#705269 Missing break in switch

Change-Id: I49eb09156b3e8d3f68c13c3acd8696cdf841c109
üst 09645227
...@@ -646,6 +646,7 @@ void SwUndoSetFlyFmt::PutAttr( sal_uInt16 nWhich, const SfxPoolItem* pItem ) ...@@ -646,6 +646,7 @@ void SwUndoSetFlyFmt::PutAttr( sal_uInt16 nWhich, const SfxPoolItem* pItem )
case FLY_AS_CHAR: case FLY_AS_CHAR:
case FLY_AT_CHAR: case FLY_AT_CHAR:
nOldCntnt = pAnchor->GetCntntAnchor()->nContent.GetIndex(); nOldCntnt = pAnchor->GetCntntAnchor()->nContent.GetIndex();
//fall-through
case FLY_AT_PARA: case FLY_AT_PARA:
case FLY_AT_FLY: case FLY_AT_FLY:
nOldNode = pAnchor->GetCntntAnchor()->nNode.GetIndex(); nOldNode = pAnchor->GetCntntAnchor()->nNode.GetIndex();
......
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