coverity#705153 Missing break in switch, surely this is not intentional
since the initial commit of c04e60275f273dacf8796e957e1ebadc08b497a1 Change-Id: I9d3c3c2870c145b2fdb5c4f6c6ed17a14d1162c2
This commit is contained in:
parent
8fcd4bf323
commit
b24739c98f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user