summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/commonpagesdbp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/commonpagesdbp.hxx')
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/commonpagesdbp.hxx b/extensions/source/dbpilots/commonpagesdbp.hxx
index d8f3383fb86b..7b8131fb1f00 100644
--- a/extensions/source/dbpilots/commonpagesdbp.hxx
+++ b/extensions/source/dbpilots/commonpagesdbp.hxx
@@ -56,7 +56,7 @@ namespace dbp
protected:
DECL_LINK( OnListboxSelection, ListBox* );
DECL_LINK( OnListboxDoubleClicked, ListBox* );
- DECL_LINK( OnSearchClicked, PushButton* );
+ DECL_LINK_TYPED( OnSearchClicked, Button*, void );
void implCollectDatasource();
void implFillTables(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >&
@@ -79,7 +79,7 @@ namespace dbp
virtual void dispose() SAL_OVERRIDE;
protected:
- DECL_LINK( OnRadioSelected, RadioButton* );
+ DECL_LINK_TYPED( OnRadioSelected, Button*, void );
// TabPage overridables
void ActivatePage() SAL_OVERRIDE;