From c5802b51c0707adffd7b7e261aa2d82f459674bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 26 May 2014 09:41:26 +0100 Subject: [PATCH] coverity#736060 Missing break in switch Change-Id: Iac2903acfa44a144c3686cea227fd8f101b727f5 --- sw/source/filter/html/css1atr.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx index 2a9f96916ecd..f2dd202aa18e 100644 --- a/sw/source/filter/html/css1atr.cxx +++ b/sw/source/filter/html/css1atr.cxx @@ -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