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

coverity#705269 Missing break in switch

Change-Id: I574ea32f23d60a185e915d32bd163fe4ea7bd6aa
üst 4e0b45d2
...@@ -660,6 +660,7 @@ void SwUndoSetFlyFmt::PutAttr( sal_uInt16 nWhich, const SfxPoolItem* pItem ) ...@@ -660,6 +660,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:
nNewCntnt = pAnchor->GetCntntAnchor()->nContent.GetIndex(); nNewCntnt = pAnchor->GetCntntAnchor()->nContent.GetIndex();
//fall-through
case FLY_AT_PARA: case FLY_AT_PARA:
case FLY_AT_FLY: case FLY_AT_FLY:
nNewNode = pAnchor->GetCntntAnchor()->nNode.GetIndex(); nNewNode = 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