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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx
index 68154228fb02..3476cd18caf4 100644
--- a/sc/source/ui/inc/dbnamdlg.hxx
+++ b/sc/source/ui/inc/dbnamdlg.hxx
@@ -91,10 +91,10 @@ private:
void UpdateDBData( const OUString& rStrName );
void SetInfoStrings( const ScDBData* pDBData );
- DECL_LINK( CancelBtnHdl, void * );
- DECL_LINK( OkBtnHdl, void * );
- DECL_LINK( AddBtnHdl, void * );
- DECL_LINK( RemoveBtnHdl, void * );
+ 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( NameModifyHdl, void * );
DECL_LINK( AssModifyHdl, void * );
};