From d7e96dc7475f320dba563f1061b3348c2648f95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 26 May 2014 09:42:39 +0100 Subject: [PATCH] coverity#736061 Missing break in switch Change-Id: I764ff930af91d1de9a9b2dc0eb1b6005e0dd83db --- 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 f2dd202aa18e..d0674a2e1315 100644 --- a/sw/source/filter/html/css1atr.cxx +++ b/sw/source/filter/html/css1atr.cxx @@ -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