[Libreoffice-commits] .: cui/source dbaccess/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Thu Mar 1 23:56:17 PST 2012


 cui/source/options/optgdlg.hxx      |    2 +-
 dbaccess/source/ui/dlg/dsselect.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 906ca2e0e58556353a40670828e111986285315a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Mar 2 08:55:49 2012 +0100

    WNT-only IMPL_LINK_NOARG fixes

diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index cf69c7d..817cf46 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -80,7 +80,7 @@ private:
     DECL_LINK(HelpCheckHdl_Impl, void *);
     DECL_LINK(HelpAgentResetHdl_Impl, void *);
 #ifdef WNT
-    DECL_LINK( OnFileDlgToggled, CheckBox* );
+    DECL_LINK( OnFileDlgToggled, void* );
 #endif
 protected:
     virtual int         DeactivatePage( SfxItemSet* pSet = NULL );
diff --git a/dbaccess/source/ui/dlg/dsselect.hxx b/dbaccess/source/ui/dlg/dsselect.hxx
index 56566c0..0081cb9 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);


More information about the Libreoffice-commits mailing list