summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/adtabdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/adtabdlg.hxx')
-rw-r--r--dbaccess/source/ui/inc/adtabdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/adtabdlg.hxx b/dbaccess/source/ui/inc/adtabdlg.hxx
index 4de1c3398134..855853bd1d95 100644
--- a/dbaccess/source/ui/inc/adtabdlg.hxx
+++ b/dbaccess/source/ui/inc/adtabdlg.hxx
@@ -70,11 +70,11 @@ namespace dbaui
IAddTableDialogContext& m_rContext;
- DECL_LINK( AddClickHdl, Button* );
- DECL_LINK( CloseClickHdl, Button* );
+ DECL_LINK_TYPED( AddClickHdl, Button*, void );
+ DECL_LINK_TYPED( CloseClickHdl, Button*, void);
DECL_LINK( TableListDoubleClickHdl, void* );
DECL_LINK( TableListSelectHdl, void* );
- DECL_LINK( OnTypeSelected, void* );
+ DECL_LINK_TYPED( OnTypeSelected, Button*, void );
public:
OAddTableDlg(