diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-04-06 09:08:58 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-04-06 09:24:40 +0200 |
commit | cd3835495e2167ff90e5cdd0869138b3e2239aff (patch) | |
tree | 01cc87914dc373307f432518796a296d74e3a5fb /include | |
parent | b091d1c745d2895b0634983488bd379d357c3342 (diff) |
SidebarToolBox: This function was needed only for InsertPropertyPanel.
Change-Id: I7101ca70418d4d33b0dfbbd2ba6753b6891d7c3c
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/SidebarToolBox.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index e83439345de0..687424a437f7 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -52,9 +52,6 @@ public: virtual bool Notify (NotifyEvent& rEvent) override; - css::uno::Reference<css::frame::XToolbarController> GetControllerForItemId(const sal_uInt16 nItemId) const; - sal_uInt16 GetItemIdForSubToolbarName (const OUString& rsCOmmandName) const; - void SetController(const sal_uInt16 nItemId, const css::uno::Reference<css::frame::XToolbarController>& rxController, const OUString& rsCommandName); @@ -71,6 +68,8 @@ private: DECL_LINK_TYPED(DoubleClickHandler, ToolBox*, void); DECL_LINK_TYPED(SelectHandler, ToolBox*, void); + css::uno::Reference<css::frame::XToolbarController> GetControllerForItemId(const sal_uInt16 nItemId) const; + void CreateController(const sal_uInt16 nItemId, const css::uno::Reference<css::frame::XFrame>& rxFrame, const sal_Int32 nItemWidth = 0); |