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

coverity#736060 Missing break in switch

Change-Id: Iac2903acfa44a144c3686cea227fd8f101b727f5
üst 014ba79e
......@@ -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
......
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