coverity#736060 Missing break in switch
Change-Id: Iac2903acfa44a144c3686cea227fd8f101b727f5
This commit is contained in:
@@ -301,6 +301,7 @@ static void AddUnitPropertyValue(OStringBuffer &rOut, long nVal,
|
||||
{
|
||||
case FUNIT_100TH_MM:
|
||||
OSL_ENSURE( FUNIT_MM == eUnit, "Measuring unit not supported" );
|
||||
//fall-through
|
||||
case FUNIT_MM:
|
||||
// 0.01mm = 0.57twip
|
||||
nMul = 25400; // 25.4 * 1000
|
||||
|
Reference in New Issue
Block a user