summaryrefslogtreecommitdiff
path: root/editeng/source/items
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 09:55:56 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 10:06:07 +0200
commit257c82d924e9c6621c5e631aff29daacc8c4b8cd (patch)
tree6cd502f6cf929e24bd5d3d04d6f60993f9472ed1 /editeng/source/items
parentc60e1800d69ca416da4bb44990a5585fd0aa9439 (diff)
cid#982633 missing break in switch
Change-Id: I20a5a0bd859b0df40a051dbb1894a9d8adfa521d
Diffstat (limited to 'editeng/source/items')
-rw-r--r--editeng/source/items/paraitem.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx
index 383f805f6d81..9bf4746439ee 100644
--- a/editeng/source/items/paraitem.cxx
+++ b/editeng/source/items/paraitem.cxx
@@ -653,6 +653,7 @@ SfxItemPresentation SvxOrphansItem::GetPresentation
case SFX_ITEM_PRESENTATION_COMPLETE:
{
rText = EE_RESSTR(RID_SVXITEMS_ORPHANS_COMPLETE) + " " + EE_RESSTR(RID_SVXITEMS_LINES);
+ break;
}
default: