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

coverity#705215 Missing break in switch

Change-Id: I52cf32e9349e547e3445fbb266a74495d69aaa3f
üst fd31c815
...@@ -1054,6 +1054,7 @@ OUString SdDrawDocument::CreatePageNumValue(sal_uInt16 nNum) const ...@@ -1054,6 +1054,7 @@ OUString SdDrawDocument::CreatePageNumValue(sal_uInt16 nNum) const
break; break;
case SVX_ROMAN_UPPER: case SVX_ROMAN_UPPER:
bUpper = true; bUpper = true;
//fall-through
case SVX_ROMAN_LOWER: case SVX_ROMAN_LOWER:
aPageNumValue += SvxNumberFormat::CreateRomanString(nNum, bUpper); aPageNumValue += SvxNumberFormat::CreateRomanString(nNum, bUpper);
break; break;
......
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