summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dsselect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/dsselect.hxx')
-rw-r--r--dbaccess/source/ui/dlg/dsselect.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/dsselect.hxx b/dbaccess/source/ui/dlg/dsselect.hxx
index 3640938afe25..0de46b163af3 100644
--- a/dbaccess/source/ui/dlg/dsselect.hxx
+++ b/dbaccess/source/ui/dlg/dsselect.hxx
@@ -64,10 +64,10 @@ public:
virtual bool Close() override;
protected:
- DECL_LINK_TYPED( ListDblClickHdl, ListBox&, void );
+ DECL_LINK( ListDblClickHdl, ListBox&, void );
#ifdef HAVE_ODBC_ADMINISTRATION
- DECL_LINK_TYPED(ManageClickHdl, Button*, void);
- DECL_LINK_TYPED( ManageProcessFinished, void*, void );
+ DECL_LINK(ManageClickHdl, Button*, void);
+ DECL_LINK( ManageProcessFinished, void*, void );
#endif
void fillListBox(const StringBag& _rDatasources);
};