[Libreoffice-commits] help.git: source/text

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Sep 22 10:42:21 UTC 2018


 source/text/scalc/01/04060110.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e53721f941e72291b18d0a70c9870d663bcd576
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Sat Sep 22 10:58:47 2018 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sat Sep 22 12:42:00 2018 +0200

    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 at libreoffice.org>

diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp
index ef59e4a78..e6f8f9829 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>


More information about the Libreoffice-commits mailing list