Kaydet (Commit) bf61cf8d authored tarafından Joren De Cuyper's avatar Joren De Cuyper Kaydeden (comit) Andras Timar

Missing break in switch sidebarwin.cxx

Change-Id: Ia195511369c315cf865fed321edc1ace2c82443b
Reviewed-on: https://gerrit.libreoffice.org/2299Reviewed-by: 's avatarAndras Timar <atimar@suse.com>
Tested-by: 's avatarAndras Timar <atimar@suse.com>
üst 68b207d0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment