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
break;
case SVX_ROMAN_UPPER:
bUpper = true;
//fall-through
case SVX_ROMAN_LOWER:
aPageNumValue += SvxNumberFormat::CreateRomanString(nNum, bUpper);
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