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

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 11 21:44:42 UTC 2021


 source/text/sbasic/shared/03120401.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aa766c09c62dc1b096d98a8801cd7ce42f6de7c4
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Sun Jul 11 23:12:57 2021 +0200
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Sun Jul 11 23:44:21 2021 +0200

    A typo: this tells about first *optional* parameter, not return
    
    Change-Id: Icda20a199e439af1f3b708fad80bb31a4b560716
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118718
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/source/text/sbasic/shared/03120401.xhp b/source/text/sbasic/shared/03120401.xhp
index 3bf471ea9..f0d2f991e 100644
--- a/source/text/sbasic/shared/03120401.xhp
+++ b/source/text/sbasic/shared/03120401.xhp
@@ -52,7 +52,7 @@
 <paragraph id="par_id3145609" role="paragraph" xml-lang="en-US"> <emph>Text1:</emph> The string expression that you want to search.</paragraph>
 <paragraph id="par_id3147559" role="paragraph" xml-lang="en-US"> <emph>Text2:</emph> The string expression that you want to search for.</paragraph>
 <paragraph id="par_id3154758" role="paragraph" xml-lang="en-US"> <emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive.<comment>fixes i17929</comment></paragraph>
-<paragraph id="par_id3153361" role="paragraph" xml-lang="en-US">To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted.</paragraph>
+<paragraph id="par_id3153361" role="paragraph" xml-lang="en-US">To avoid a run-time error, do not set the Compare parameter if the first optional parameter is omitted.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 


More information about the Libreoffice-commits mailing list