summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-02 08:55:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-02 08:55:49 +0100
commit906ca2e0e58556353a40670828e111986285315a (patch)
treea907f18b3ded66c9a37a05705229d25fe2346f32 /dbaccess
parentmove embeddedobj to tail_build (diff)
downloadcore-906ca2e0e58556353a40670828e111986285315a.tar.gz
core-906ca2e0e58556353a40670828e111986285315a.zip
WNT-only IMPL_LINK_NOARG fixes
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/dsselect.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/dsselect.hxx b/dbaccess/source/ui/dlg/dsselect.hxx
index 56566c023de4..0081cb9e6d79 100644
--- a/dbaccess/source/ui/dlg/dsselect.hxx
+++ b/dbaccess/source/ui/dlg/dsselect.hxx
@@ -80,7 +80,7 @@ public:
protected:
DECL_LINK( ListDblClickHdl, ListBox * );
#ifdef HAVE_ODBC_ADMINISTRATION
- DECL_LINK( ManageClickHdl, PushButton * );
+ DECL_LINK( ManageClickHdl, void* );
DECL_LINK( ManageProcessFinished, void* );
#endif
void fillListBox(const StringBag& _rDatasources);