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 44d3316dd61d..58bb7c4113d7 100644
--- a/dbaccess/source/ui/inc/paramdialog.hxx
+++ b/dbaccess/source/ui/inc/paramdialog.hxx
@@ -99,7 +99,8 @@ namespace dbaui
DECL_LINK(OnValueModified, Control*);
DECL_LINK(OnEntrySelected, ListBox*);
DECL_LINK_TYPED(OnButtonClicked, Button*, void);
- DECL_LINK(OnValueLoseFocus, Control*);
+ DECL_LINK_TYPED(OnValueLoseFocusHdl, Control&, void);
+ bool OnValueLoseFocus();
};
} // namespace dbaui