summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/dbfindex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/dbfindex.hxx')
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/dbaccess/source/ui/dlg/dbfindex.hxx b/dbaccess/source/ui/dlg/dbfindex.hxx
index b58e1529ee38..d1fa3a04f0cb 100644
--- a/dbaccess/source/ui/dlg/dbfindex.hxx
+++ b/dbaccess/source/ui/dlg/dbfindex.hxx
@@ -82,13 +82,13 @@ protected:
VclPtr<PushButton> m_pAddAll;
VclPtr<PushButton> m_pRemoveAll;
- DECL_LINK_TYPED( TableSelectHdl, ComboBox&, void );
- DECL_LINK_TYPED( AddClickHdl, Button*, void );
- DECL_LINK_TYPED( RemoveClickHdl, Button*, void );
- DECL_LINK_TYPED( AddAllClickHdl, Button*, void );
- DECL_LINK_TYPED( RemoveAllClickHdl, Button*, void );
- DECL_LINK_TYPED( OKClickHdl, Button*, void );
- DECL_LINK_TYPED( OnListEntrySelected, ListBox&, void );
+ DECL_LINK( TableSelectHdl, ComboBox&, void );
+ DECL_LINK( AddClickHdl, Button*, void );
+ DECL_LINK( RemoveClickHdl, Button*, void );
+ DECL_LINK( AddAllClickHdl, Button*, void );
+ DECL_LINK( RemoveAllClickHdl, Button*, void );
+ DECL_LINK( OKClickHdl, Button*, void );
+ DECL_LINK( OnListEntrySelected, ListBox&, void );
OUString m_aDSN;
TableInfoList m_aTableInfoList;