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

coverity#705151 Missing break in switch

Change-Id: I7bfddf3bb7be3ade65c8b33c6d41901522498d56
üst 56eadf47
...@@ -1943,6 +1943,7 @@ bool SvxBoxItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) ...@@ -1943,6 +1943,7 @@ bool SvxBoxItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
break; break;
case TOP_BORDER_DISTANCE: case TOP_BORDER_DISTANCE:
bDistMember = true; bDistMember = true;
//fall-through
case TOP_BORDER: case TOP_BORDER:
case MID_TOP_BORDER: case MID_TOP_BORDER:
nLine = BOX_LINE_TOP; nLine = BOX_LINE_TOP;
......
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