diff options
-rw-r--r-- | sw/source/ui/docvw/SidebarWin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/docvw/SidebarWin.cxx b/sw/source/ui/docvw/SidebarWin.cxx index 0d128eed4c1c..467d310a05f0 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; |