[Libreoffice-commits] core.git: sw/source
Joren De Cuyper
joren.libreoffice at telenet.be
Thu Feb 21 07:30:54 PST 2013
sw/source/ui/docvw/SidebarWin.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit bf61cf8d76e20d444e8617f560e4f44899f4120b
Author: Joren De Cuyper <joren.libreoffice at 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 <atimar at suse.com>
Tested-by: Andras Timar <atimar at 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;
More information about the Libreoffice-commits
mailing list