[Libreoffice-commits] core.git: sc/source

Stephan Bergmann sbergman at redhat.com
Tue May 10 09:15:27 UTC 2016


 sc/source/ui/dbgui/PivotLayoutDialog.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 100cd38d0530ebaec19338c0c612a73e15fb1b4f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue May 10 11:14:03 2016 +0200

    Missing break in switch
    
    Forgotten in 4f1f8b8e993b98095bf50c9e432fb0400d318b1f "pivot: new pivot table
    layout dialog" (as clarified on IRC).
    
    Change-Id: If35e1a9616e596b16bcb007f6ea172b634c11b85

diff --git a/sc/source/ui/dbgui/PivotLayoutDialog.cxx b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
index 681758c..2d538d9 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);


More information about the Libreoffice-commits mailing list