Kaydet (Commit) 05e02980 authored tarafından Noel Grandin's avatar Noel Grandin

cid#705311 missing break in switch

Change-Id: Ib7533b0af88c2bf8b7fbeccc92525721b376bb71
üst 73fd2bb1
......@@ -295,6 +295,7 @@ bool SvXMLImportItemMapper::PutXMLValue(
}
}
break;
case MID_FIRST_LINE_INDENT:
{
sal_Int32 nProp = 100;
......@@ -308,6 +309,7 @@ bool SvXMLImportItemMapper::PutXMLValue(
pLRSpace->SetTxtFirstLineOfst( (short)nAbs, (sal_uInt16)nProp );
}
break;
case MID_FIRST_AUTO:
{
......
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