You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/04/26 12:07:23 UTC

[openoffice] branch AOO42X updated: Fix for issue #61244 (#16)

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 1178aa7  Fix for issue #61244 (#16)
1178aa7 is described below

commit 1178aa7af0c0803ce04efaade8f0e9dc180ea231
Author: Bidouille <oo...@free.fr>
AuthorDate: Sun Apr 26 14:02:57 2020 +0200

    Fix for issue #61244 (#16)
    
    See: https://bz.apache.org/ooo/show_bug.cgi?id=61244
    (cherry picked from commit 20283169add478425e08206441bf56b119b30501)
---
 main/helpcontent2/source/text/sbasic/shared/03120402.xhp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/helpcontent2/source/text/sbasic/shared/03120402.xhp b/main/helpcontent2/source/text/sbasic/shared/03120402.xhp
index 11c21db..f910130 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03120402.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03120402.xhp
@@ -40,7 +40,7 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3154136"><bookmark_value>Len function</bookmark_value>
 </bookmark>
 <paragraph role="heading" id="hd_id3154136" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03120402.xhp" name="Len Function [Runtime]">Len Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U" oldref="2">Returns the number of characters in a string, or the number of bytes that are required to store a variable.</paragraph>
+<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U" oldref="2">Returns the number of characters in a string.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3159177" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph>
 <paragraph role="paragraph" id="par_id3150669" xml-lang="en-US" l10n="U" oldref="4">Len (Text As String)</paragraph>
@@ -48,7 +48,7 @@
 <paragraph role="paragraph" id="par_id3143270" xml-lang="en-US" l10n="U" oldref="6">Long</paragraph>
 <paragraph role="heading" id="hd_id3147531" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3147265" xml-lang="en-US" l10n="U" oldref="8">
-<emph>Text:</emph> Any string expression or a variable of another type.</paragraph>
+<emph>Text:</emph> Any string expression.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 <paragraph role="heading" id="hd_id3153360" xml-lang="en-US" level="2" l10n="U" oldref="9">Example:</paragraph>