diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-06-05 07:10:26 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-06 09:26:12 +0000 |
commit | 1efbab1eb4e01ae3116301df861067a2e488c717 (patch) | |
tree | c52936d457ee777233bfee83169c250df29a7135 /include | |
parent | f944195baabfda068cc37bd4e8ddf60e6cc990b7 (diff) |
Hitting return in search field should not open a template
Change-Id: I85d8096489debdbda1b3883f9335dd1218e567ec
Reviewed-on: https://gerrit.libreoffice.org/25915
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/templatedlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx index d9730d1c1ce1..9dadcf837fa4 100644 --- a/include/sfx2/templatedlg.hxx +++ b/include/sfx2/templatedlg.hxx @@ -88,6 +88,7 @@ protected: DECL_LINK_TYPED(DefaultTemplateHdl, ThumbnailViewItem*, void); DECL_LINK_TYPED(SearchUpdateHdl, Edit&, void); + DECL_LINK_TYPED(GetFocusHdl, Control&, void); void OnTemplateImportCategory(const OUString& sCategory); static void OnTemplateLink (); |