coverity#736061 Missing break in switch

Change-Id: I764ff930af91d1de9a9b2dc0eb1b6005e0dd83db
This commit is contained in:
Caolán McNamara 2014-05-26 09:42:39 +01:00
parent c5802b51c0
commit d7e96dc747

View File

@ -313,6 +313,7 @@ static void AddUnitPropertyValue(OStringBuffer &rOut, long nVal,
case FUNIT_M:
case FUNIT_KM:
OSL_ENSURE( FUNIT_CM == eUnit, "Measuring unit not supported" );
//fall-through
case FUNIT_CM:
// 0.01cm = 5.7twip (not exact, but the UI is also not exact)
nMul = 2540; // 2.54 * 1000