summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuifmsearch.hxx
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-07-10 12:16:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-07-11 09:20:45 +0100
commitf76173b517a17615241222f623e92f0f020dd2a8 (patch)
treef2bd3063989f8c2b6a2f2113125645b705044783 /cui/source/inc/cuifmsearch.hxx
parent5bb9b70a66d7818844abfaa297893c095e03d24c (diff)
Resolves: #i122581# reestablish focus of the Record Search dialog...
to the search combobox Patch by: Tsutomu Uchino <hanya.runo@gmail.com> (cherry picked from commit 704bca1331d902281c3029aba65d57baa89d3731) Change-Id: I5d454e164d2f33cebf5b5761ef3ce7ae1025c7c6 Return zero value from non-void function to prevent compiler warnings. (cherry picked from commit 7986627ca418ec7c6fcaaa91367eda7f4b9aadaf) Change-Id: I5d065ac9fc4272c28ffd418ce2043e01d41a2e14
Diffstat (limited to 'cui/source/inc/cuifmsearch.hxx')
-rw-r--r--cui/source/inc/cuifmsearch.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx
index 3fcfa2464993..61c7386ae85c 100644
--- a/cui/source/inc/cuifmsearch.hxx
+++ b/cui/source/inc/cuifmsearch.hxx
@@ -172,6 +172,7 @@ private:
DECL_LINK( OnPositionSelected, ListBox* );
DECL_LINK( OnFieldSelected, ListBox* );
+ DECL_LINK( OnFocusGrabbed, ComboBox* );
DECL_LINK( OnCheckBoxToggled, CheckBox* );
DECL_LINK( OnContextSelection, ListBox* );