summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dbnamdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/dbnamdlg.hxx')
-rw-r--r--sc/source/ui/inc/dbnamdlg.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx
index 34f831732c03..fcbc3cda24a9 100644
--- a/sc/source/ui/inc/dbnamdlg.hxx
+++ b/sc/source/ui/inc/dbnamdlg.hxx
@@ -91,12 +91,12 @@ private:
void UpdateDBData( const OUString& rStrName );
void SetInfoStrings( const ScDBData* pDBData );
- DECL_LINK_TYPED( CancelBtnHdl, Button*, void );
- DECL_LINK_TYPED( OkBtnHdl, Button*, void );
- DECL_LINK_TYPED( AddBtnHdl, Button*, void );
- DECL_LINK_TYPED( RemoveBtnHdl, Button*, void );
- DECL_LINK_TYPED( NameModifyHdl, Edit&, void );
- DECL_LINK_TYPED( AssModifyHdl, Edit&, void );
+ DECL_LINK( CancelBtnHdl, Button*, void );
+ DECL_LINK( OkBtnHdl, Button*, void );
+ DECL_LINK( AddBtnHdl, Button*, void );
+ DECL_LINK( RemoveBtnHdl, Button*, void );
+ DECL_LINK( NameModifyHdl, Edit&, void );
+ DECL_LINK( AssModifyHdl, Edit&, void );
};
#endif // INCLUDED_SC_SOURCE_UI_INC_DBNAMDLG_HXX