summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-03-18 13:10:46 -0800
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-03-27 15:30:06 +0200
commit464d95eca4e2febc0268fe3833f0596bb4ced005 (patch)
treea9f99ab494285a4ffd2913fcc8c8bfa5fd14e2e5 /include/svx/srchdlg.hxx
parent8b9075f8f4f47c469dd63c3a3bc2d55d41f5e735 (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/srchdlg.hxx')
-rw-r--r--include/svx/srchdlg.hxx1
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);
};