[Libreoffice-commits] core.git: include/sfx2

Stephan Bergmann sbergman at redhat.com
Fri May 8 06:43:07 PDT 2015


 include/sfx2/sidebar/SidebarToolBox.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9d74271f742b06306ed10c6a9a7385c75d48fe14
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri May 8 15:42:37 2015 +0200

    Missing from previous commit
    
    Change-Id: Ic4ba1f85575047cd03ccca8987b411f6ad2a809a

diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx
index 32db84e..bf1663f 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,


More information about the Libreoffice-commits mailing list