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

cid#982362 missing break in switch

Change-Id: I132527f5e403721988ae8e1d60f181f3d3241810
üst 9d65f6c7
......@@ -582,6 +582,7 @@ SfxItemPresentation SvxWidowsItem::GetPresentation
case SFX_ITEM_PRESENTATION_COMPLETE:
{
rText = EE_RESSTR(RID_SVXITEMS_WIDOWS_COMPLETE) + " " + EE_RESSTR(RID_SVXITEMS_LINES);
break;
}
default:
......
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