From 464d95eca4e2febc0268fe3833f0596bb4ced005 Mon Sep 17 00:00:00 2001 From: Jim Raykowski Date: Sun, 18 Mar 2018 13:10:46 -0800 Subject: 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 Reviewed-by: Thorsten Behrens --- include/svx/srchdlg.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/svx') 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); }; -- cgit