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

coverity#705153 Missing break in switch, surely this is not intentional

since the initial commit of c04e6027

Change-Id: I9d3c3c2870c145b2fdb5c4f6c6ed17a14d1162c2
üst 8fcd4bf3
......@@ -896,7 +896,7 @@ bool SvxULSpaceItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
nPropUpper = aUpperLowerMarginScale.ScaleLower;
}
}
break;
case MID_UP_MARGIN :
if(!(rVal >>= nVal) || nVal < 0)
return false;
......
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