summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03120401.xhp
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-07-11 23:12:57 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-07-11 23:44:21 +0200
commitaa766c09c62dc1b096d98a8801cd7ce42f6de7c4 (patch)
treefa5f6dfecb0d78014fec9914566e86df3d930f19 /source/text/sbasic/shared/03120401.xhp
parenta1127fd99b849f976984e0d6844ac1e314beefde (diff)
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@collabora.com>
Diffstat (limited to 'source/text/sbasic/shared/03120401.xhp')
-rw-r--r--source/text/sbasic/shared/03120401.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03120401.xhp b/source/text/sbasic/shared/03120401.xhp
index 3bf471ea9b..f0d2f991e9 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"/>