summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/paramdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/paramdialog.hxx')
-rw-r--r--dbaccess/source/ui/inc/paramdialog.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/paramdialog.hxx b/dbaccess/source/ui/inc/paramdialog.hxx
index bf73aa551cda..19addb46e505 100644
--- a/dbaccess/source/ui/inc/paramdialog.hxx
+++ b/dbaccess/source/ui/inc/paramdialog.hxx
@@ -95,10 +95,11 @@ namespace dbaui
private:
DECL_LINK_TYPED(OnVisitedTimeout, Timer*, void);
DECL_LINK(OnValueModified, Control*);
- DECL_LINK(OnEntrySelected, ListBox*);
+ DECL_LINK_TYPED(OnEntryListBoxSelected, ListBox&, void);
DECL_LINK_TYPED(OnButtonClicked, Button*, void);
DECL_LINK_TYPED(OnValueLoseFocusHdl, Control&, void);
bool OnValueLoseFocus();
+ bool OnEntrySelected();
};
} // namespace dbaui