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

coverity#705150 Missing break in switch

Change-Id: I5df9dff9ef6940b15c899d13f1a358e47dbd8b2b
üst 398c8357
...@@ -1882,6 +1882,7 @@ bool SvxBoxItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) ...@@ -1882,6 +1882,7 @@ bool SvxBoxItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
break; break;
case RIGHT_BORDER_DISTANCE: case RIGHT_BORDER_DISTANCE:
bDistMember = true; bDistMember = true;
//fall-through
case RIGHT_BORDER: case RIGHT_BORDER:
case MID_RIGHT_BORDER: case MID_RIGHT_BORDER:
nLine = BOX_LINE_RIGHT; nLine = BOX_LINE_RIGHT;
......
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