From 3f4c85b80069f0cf7cd23cba26c9ba8c2449e0a1 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 6 Apr 2016 09:19:45 +0200 Subject: SidebarToolBox: Remove unused param. Change-Id: I47d4ffe68f09156987e545511be469991dd6105d --- include/sfx2/sidebar/SidebarToolBox.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index 687424a437f7..6e2d053a31db 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -53,8 +53,7 @@ public: virtual bool Notify (NotifyEvent& rEvent) override; void SetController(const sal_uInt16 nItemId, - const css::uno::Reference& rxController, - const OUString& rsCommandName); + const css::uno::Reference& rxController); css::uno::Reference GetFirstController(); -- cgit