summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-10 11:14:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-10 11:14:03 +0200
commit100cd38d0530ebaec19338c0c612a73e15fb1b4f (patch)
treec6ccfcc2ba3a41e2b942c946f47c938d0037c0b5 /sc
parentf93edcbe400c91079ae43e74e46d5e0b2f023cb6 (diff)
Missing break in switch
Forgotten in 4f1f8b8e993b98095bf50c9e432fb0400d318b1f "pivot: new pivot table layout dialog" (as clarified on IRC). Change-Id: If35e1a9616e596b16bcb007f6ea172b634c11b85
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/dbgui/PivotLayoutDialog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/dbgui/PivotLayoutDialog.cxx b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
index 681758c3ec10..2d538d98f7fe 100644
--- a/sc/source/ui/dbgui/PivotLayoutDialog.cxx
+++ b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
@@ -405,6 +405,7 @@ void ScPivotLayoutDialog::ItemInserted(ScItemValue* pItemValue, ScPivotLayoutTre
mpListBoxColumn->RemoveEntryForItem(pItemValue);
mpListBoxPage->RemoveEntryForItem(pItemValue);
}
+ break;
case ScPivotLayoutTreeList::LABEL_LIST:
{
mpListBoxRow->RemoveEntryForItem(pItemValue);