Kaydet (Commit) 5037cf03 authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Fridrich Štrba

coverity#736060 Missing break in switch

Change-Id: Iac2903acfa44a144c3686cea227fd8f101b727f5
üst ca545368
...@@ -301,6 +301,7 @@ static void AddUnitPropertyValue(OStringBuffer &rOut, long nVal, ...@@ -301,6 +301,7 @@ static void AddUnitPropertyValue(OStringBuffer &rOut, long nVal,
{ {
case FUNIT_100TH_MM: case FUNIT_100TH_MM:
OSL_ENSURE( FUNIT_MM == eUnit, "Measuring unit not supported" ); OSL_ENSURE( FUNIT_MM == eUnit, "Measuring unit not supported" );
//fall-through
case FUNIT_MM: case FUNIT_MM:
// 0.01mm = 0.57twip // 0.01mm = 0.57twip
nMul = 25400; // 25.4 * 1000 nMul = 25400; // 25.4 * 1000
......
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