summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
authorJoren De Cuyper <jorendc@libreoffice.org>2015-05-02 17:21:24 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-05-10 19:49:19 +0000
commit69b35cb45375c324c1e28fd4547ce874e4894f30 (patch)
tree9154b89ca5612498ddf25f0e247de26397fc9dbc /include/svx/srchdlg.hxx
parent2523972f6a066488c649ab97dcba4f458126f18b (diff)
related tdf#88608: find: add string for reaching start of document
If you searched backwards and reached the start of the document, the text "Reached the end of the document" was shown. Change-Id: Ic35884de2f1ada07e76c9c3e27cf6c81c4a83304 Reviewed-on: https://gerrit.libreoffice.org/15597 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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 0ad7edb914fe..81728a9a670f 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -82,6 +82,7 @@ enum SearchLabel
{
SL_Empty,
SL_End,
+ SL_Start,
SL_EndSheet,
SL_NotFound
};