sw/source/ui/docvw/SidebarWin.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bf61cf8d76e20d444e8617f560e4f44899f4120b
Author: Joren De Cuyper <joren.libreoff...@telenet.be>
Date:   Wed Feb 20 17:55:08 2013 +0100

    Missing break in switch sidebarwin.cxx
    
    Change-Id: Ia195511369c315cf865fed321edc1ace2c82443b
    Reviewed-on: https://gerrit.libreoffice.org/2299
    Reviewed-by: Andras Timar <ati...@suse.com>
    Tested-by: Andras Timar <ati...@suse.com>

diff --git a/sw/source/ui/docvw/SidebarWin.cxx 
b/sw/source/ui/docvw/SidebarWin.cxx
index 0d128ee..467d310 100644
--- a/sw/source/ui/docvw/SidebarWin.cxx
+++ b/sw/source/ui/docvw/SidebarWin.cxx
@@ -933,6 +933,7 @@ void SwSidebarWin::ExecuteCommand(sal_uInt16 nSlot)
             aItems[1] = 0;
             mrView.GetViewFrame()->GetBindings().Execute( nSlot, aItems, 0, 
SFX_CALLMODE_ASYNCHRON );
         }
+            break;
         default:
             mrView.GetViewFrame()->GetBindings().Execute( nSlot );
             break;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to