summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/gridwizard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/gridwizard.hxx')
-rw-r--r--extensions/source/dbpilots/gridwizard.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/gridwizard.hxx b/extensions/source/dbpilots/gridwizard.hxx
index 1cbb7ebd23cf..89f311b268cc 100644
--- a/extensions/source/dbpilots/gridwizard.hxx
+++ b/extensions/source/dbpilots/gridwizard.hxx
@@ -94,8 +94,8 @@ namespace dbp
virtual bool canAdvance() const SAL_OVERRIDE;
protected:
- DECL_LINK(OnMoveOneEntry, PushButton*);
- DECL_LINK(OnMoveAllEntries, PushButton*);
+ DECL_LINK_TYPED(OnMoveOneEntry, Button*, void);
+ DECL_LINK_TYPED(OnMoveAllEntries, Button*, void);
DECL_LINK(OnEntrySelected, ListBox*);
DECL_LINK(OnEntryDoubleClicked, ListBox*);