summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-15 08:13:49 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-16 09:11:29 +0000
commit6f1313b3d44ea54e9a331e0fc00871081fa662fe (patch)
treefa6d9b6da04daedcb63ea2a0bc8c414288ed8bc6 /dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
parentconvert "continue" flag to an enum (diff)
downloadcore-6f1313b3d44ea54e9a331e0fc00871081fa662fe.tar.gz
core-6f1313b3d44ea54e9a331e0fc00871081fa662fe.zip
convert Link<> to typed
Change-Id: Icbba339dac0be31e30dff021bba06a219f8aecd6 Reviewed-on: https://gerrit.libreoffice.org/19405 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionPageSetup.hxx')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPageSetup.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx b/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
index 6b9284e65bac..14f5b1a889df 100644
--- a/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
+++ b/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
@@ -44,7 +44,7 @@ namespace dbaui
VclPtr<FixedText> m_pHeaderText;
// called when the test connection button was clicked
- DECL_LINK(OnEditModified,Edit*);
+ DECL_LINK_TYPED(OnEditModified, Edit&, void);
public:
virtual ~OConnectionTabPageSetup();