diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-08 15:42:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-08 15:42:37 +0200 |
commit | 9d74271f742b06306ed10c6a9a7385c75d48fe14 (patch) | |
tree | 3c6c12e33aff81f964305ed22d37841cfb1b171c | |
parent | 7314fc7b9436ac44dbf0e5fece8c156a19ef3861 (diff) |
Missing from previous commit
Change-Id: Ic4ba1f85575047cd03ccca8987b411f6ad2a809a
-rw-r--r-- | include/sfx2/sidebar/SidebarToolBox.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index 32db84e06a4c..bf1663fc9757 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -82,8 +82,8 @@ private: DECL_LINK_TYPED(ClickHandler, ToolBox*, void); DECL_LINK_TYPED(DoubleClickHandler, ToolBox*, void); DECL_LINK_TYPED(SelectHandler, ToolBox*, void); - DECL_LINK_TYPED(ActivateToolBox, ToolBox*, void); - DECL_LINK_TYPED(DeactivateToolBox, ToolBox*, void); + DECL_STATIC_LINK_TYPED(SidebarToolBox, ActivateToolBox, ToolBox*, void); + DECL_STATIC_LINK_TYPED(SidebarToolBox, DeactivateToolBox, ToolBox*, void); void CreateController ( const sal_uInt16 nItemId, |