[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sc/source

Stephan Bergmann sbergman at redhat.com
Thu May 12 11:22:41 UTC 2016


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

New commits:
commit af0f89913a250cef9545db6e0e75f3650c65f89c
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
    (cherry picked from commit 100cd38d0530ebaec19338c0c612a73e15fb1b4f)
    Reviewed-on: https://gerrit.libreoffice.org/24917
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/source/ui/dbgui/PivotLayoutDialog.cxx b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
index 531eb49..72eec8a 100644
--- a/sc/source/ui/dbgui/PivotLayoutDialog.cxx
+++ b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
@@ -404,6 +404,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