diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-12 09:54:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-12 10:06:07 +0200 |
commit | c60e1800d69ca416da4bb44990a5585fd0aa9439 (patch) | |
tree | b4b6cf440472393c24277cc2aa1258d11053ee82 /editeng | |
parent | 9d65f6c7ea859b9e72b7a6886413cbb07b1d35c2 (diff) |
cid#982362 missing break in switch
Change-Id: I132527f5e403721988ae8e1d60f181f3d3241810
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/items/paraitem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx index 94c5c9e2e51d..383f805f6d81 100644 --- a/editeng/source/items/paraitem.cxx +++ b/editeng/source/items/paraitem.cxx @@ -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: |