Kaydet (Commit) 9d74271f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing from previous commit

Change-Id: Ic4ba1f85575047cd03ccca8987b411f6ad2a809a
üst 7314fc7b
...@@ -82,8 +82,8 @@ private: ...@@ -82,8 +82,8 @@ private:
DECL_LINK_TYPED(ClickHandler, ToolBox*, void); DECL_LINK_TYPED(ClickHandler, ToolBox*, void);
DECL_LINK_TYPED(DoubleClickHandler, ToolBox*, void); DECL_LINK_TYPED(DoubleClickHandler, ToolBox*, void);
DECL_LINK_TYPED(SelectHandler, ToolBox*, void); DECL_LINK_TYPED(SelectHandler, ToolBox*, void);
DECL_LINK_TYPED(ActivateToolBox, ToolBox*, void); DECL_STATIC_LINK_TYPED(SidebarToolBox, ActivateToolBox, ToolBox*, void);
DECL_LINK_TYPED(DeactivateToolBox, ToolBox*, void); DECL_STATIC_LINK_TYPED(SidebarToolBox, DeactivateToolBox, ToolBox*, void);
void CreateController ( void CreateController (
const sal_uInt16 nItemId, const sal_uInt16 nItemId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment