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

New commits:
commit 9d74271f742b06306ed10c6a9a7385c75d48fe14
Author: Stephan Bergmann <sberg...@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,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to