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

coverity#736062 Missing break in switch

Change-Id: I61d6fa3b5a825dd5a99b7f6a2d700524ea4e1fb3
üst d7e96dc7
......@@ -324,6 +324,7 @@ static void AddUnitPropertyValue(OStringBuffer &rOut, long nVal,
case FUNIT_TWIP:
OSL_ENSURE( FUNIT_POINT == eUnit, "Measuring unit not supported" );
//fall-through
case FUNIT_POINT:
// 0.1pt = 2.0twip (not exact, but the UI is also not exact)
nMul = 100;
......
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