coverity#705153 Missing break in switch, surely this is not intentional
since the initial commit of c04e60275f
Change-Id: I9d3c3c2870c145b2fdb5c4f6c6ed17a14d1162c2
This commit is contained in:
@@ -896,7 +896,7 @@ bool SvxULSpaceItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
|
|||||||
nPropUpper = aUpperLowerMarginScale.ScaleLower;
|
nPropUpper = aUpperLowerMarginScale.ScaleLower;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case MID_UP_MARGIN :
|
case MID_UP_MARGIN :
|
||||||
if(!(rVal >>= nVal) || nVal < 0)
|
if(!(rVal >>= nVal) || nVal < 0)
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user