diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 22:43:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 08:20:55 +0200 |
commit | b515d1f36fdf8c242079da60eb4ecd5fd456583c (patch) | |
tree | f26dd6feb936ddec4799bed60d4966d46acff938 /starmath/inc | |
parent | f593be5bcde09965bb3478e00bcdedbc6bd5bc57 (diff) |
Use various typed ToolBox::Set*Hdl Links
Change-Id: Iddfd36ae0de86fdd2d4febb2c05d1fe0c02801f0
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/toolbox.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx index 1af665e78954..5c03f5210e22 100644 --- a/starmath/inc/toolbox.hxx +++ b/starmath/inc/toolbox.hxx @@ -52,8 +52,8 @@ protected: void ApplyImageLists( sal_uInt16 nCategoryRID ); - DECL_LINK( CategoryClickHdl, ToolBox* ); - DECL_LINK( CmdSelectHdl, ToolBox* ); + DECL_LINK_TYPED( CategoryClickHdl, ToolBox*, void ); + DECL_LINK_TYPED( CmdSelectHdl, ToolBox*, void ); SmViewShell * GetView(); const ImageList * GetImageList( sal_uInt16 nResId ); |