summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/foptmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/foptmgr.hxx')
-rw-r--r--sc/source/ui/inc/foptmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/foptmgr.hxx b/sc/source/ui/inc/foptmgr.hxx
index 4016a5b3df4a..4b6a3cac0e32 100644
--- a/sc/source/ui/inc/foptmgr.hxx
+++ b/sc/source/ui/inc/foptmgr.hxx
@@ -77,7 +77,7 @@ private:
void Init();
// Handler:
- DECL_LINK( EdAreaModifyHdl, Edit* );
+ DECL_LINK_TYPED( EdAreaModifyHdl, Edit&, void );
DECL_LINK_TYPED( LbAreaSelHdl, ListBox&, void );
DECL_LINK_TYPED( BtnCopyResultHdl, CheckBox&, void );
};