summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/funcpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/funcpage.hxx')
-rw-r--r--sc/source/ui/inc/funcpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/funcpage.hxx b/sc/source/ui/inc/funcpage.hxx
index fcf2638e295c..942ee3045f80 100644
--- a/sc/source/ui/inc/funcpage.hxx
+++ b/sc/source/ui/inc/funcpage.hxx
@@ -61,8 +61,8 @@ private:
const ScFuncDesc* aLRUList[LRU_MAX];
- DECL_LINK( SelHdl, ListBox* );
- DECL_LINK( DblClkHdl, ListBox* );
+ DECL_LINK_TYPED( SelHdl, ListBox&, void );
+ DECL_LINK_TYPED( DblClkHdl, ListBox&, void );
protected: