diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-09-22 10:58:47 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-09-22 12:42:00 +0200 |
commit | 3e53721f941e72291b18d0a70c9870d663bcd576 (patch) | |
tree | 557fc956b7b55529dacc2e9ac0039a9985652698 | |
parent | 38e128a7d8e71e5bf1fdb43e4299dab1562fca52 (diff) |
SEARCH spreadsheet function returns error when text not found
... as per OASIS ODF OpenFormula specification:
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#__RefHeading__1018874_715980110
Change-Id: I16b81de40dcc4b103e44cc1e3784eea830bf8ffa
Reviewed-on: https://gerrit.libreoffice.org/60891
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/04060110.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp index ef59e4a787..e6f8f98290 100644 --- a/source/text/scalc/01/04060110.xhp +++ b/source/text/scalc/01/04060110.xhp @@ -608,7 +608,7 @@ <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SUCHEN" id="bm_id3149484" localize="false"/> <paragraph id="hd_id3151005" role="heading" level="2" xml-lang="en-US">SEARCH</paragraph> -<paragraph id="par_id3148692" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_SUCHEN">Returns the position of a text segment within a character string.</ahelp> You can set the start of the search as an option. The search text can be a number or any sequence of characters. The search is not case-sensitive.</paragraph> +<paragraph id="par_id3148692" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_SUCHEN">Returns the position of a text segment within a character string.</ahelp> You can set the start of the search as an option. The search text can be a number or any sequence of characters. The search is not case-sensitive. If the text is not found, returns error 519 (#VALUE).</paragraph> <embed href="text/shared/00/00000001.xhp#regulaer"/> <paragraph id="hd_id3152964" role="heading" level="3" xml-lang="en-US">Syntax</paragraph> |