diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-03-18 13:10:46 -0800 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-03-27 15:30:06 +0200 |
commit | 464d95eca4e2febc0268fe3833f0596bb4ced005 (patch) | |
tree | a9f99ab494285a4ffd2913fcc8c8bfa5fd14e2e5 /include/svx | |
parent | 8b9075f8f4f47c469dd63c3a3bc2d55d41f5e735 (diff) |
tdf#81925 Make messages show in Findbar searchlabel overflow toolbar
...and add a bit more horizontal space for messages
Change-Id: I4a310d7a4a649860a36ce12b775bb6b275cd6ef5
Reviewed-on: https://gerrit.libreoffice.org/51523
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/srchdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index e949ea92fe43..cf0168ca3eea 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -101,6 +101,7 @@ public: SvxSearchDialog *getDialog () { return dialog;} static void SetSearchLabel(const SearchLabel& rSL); static void SetSearchLabel(const OUString& sStr); + static OUString GetSearchLabel(); SFX_DECL_CHILDWINDOW_WITHID(SvxSearchDialogWrapper); }; |