diff options
Diffstat (limited to 'sc/source/ui/inc/datafdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/datafdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/datafdlg.hxx b/sc/source/ui/inc/datafdlg.hxx index 8de53cd4ff99..ca69b539a47b 100644 --- a/sc/source/ui/inc/datafdlg.hxx +++ b/sc/source/ui/inc/datafdlg.hxx @@ -72,7 +72,7 @@ private: DECL_LINK_TYPED(Impl_CloseHdl, Button*, void); DECL_LINK_TYPED(Impl_ScrollHdl, ScrollBar*, void); - DECL_LINK( Impl_DataModifyHdl, Edit* ); + DECL_LINK_TYPED(Impl_DataModifyHdl, Edit&, void); }; #endif // INCLUDED_SC_SOURCE_UI_INC_DATAFDLG_HXX |