source/text/sbasic/shared/03120101.xhp |    4 ++--
 source/text/sbasic/shared/03120102.xhp |    2 +-
 source/text/sbasic/shared/03120111.xhp |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit d0774bb418359c1135dab327cbc21b32d9513d02
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Sun Dec 12 10:40:36 2021 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Sun Dec 12 15:09:59 2021 +0100

    Mute l10n for BASIC variable types
    
    Change-Id: I096e41267dfbfa167409b91657c8b2ea015bab1e
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126701
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03120101.xhp 
b/source/text/sbasic/shared/03120101.xhp
index f2f403e08..c70702fe2 100644
--- a/source/text/sbasic/shared/03120101.xhp
+++ b/source/text/sbasic/shared/03120101.xhp
@@ -43,7 +43,7 @@
 </bascode>
 
 <embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
-<paragraph id="par_id3150669" role="paragraph" 
xml-lang="en-US">Long</paragraph>
+<paragraph id="par_id3150669" role="paragraph" localize="false" 
xml-lang="en-US">Long</paragraph>
 
 <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
 <paragraph id="par_id3149415" role="paragraph" 
xml-lang="en-US"><emph>string</emph>: Any valid string expression. Only the 
first character in the string is relevant.</paragraph>
@@ -67,4 +67,4 @@
 </section>
 </body>
 
-</helpdocument>
\ No newline at end of file
+</helpdocument>
diff --git a/source/text/sbasic/shared/03120102.xhp 
b/source/text/sbasic/shared/03120102.xhp
index 5f3a8f359..b03ddeb2c 100644
--- a/source/text/sbasic/shared/03120102.xhp
+++ b/source/text/sbasic/shared/03120102.xhp
@@ -38,7 +38,7 @@
     <paragraph id="par_id3150669" role="code" 
xml-lang="en-US">Chr[$](expression As Integer) As String</paragraph>
 
     <embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
-    <paragraph id="par_id3153824" role="paragraph" 
xml-lang="en-US">String</paragraph>
+    <paragraph id="par_id3153824" role="paragraph" localize="false" 
xml-lang="en-US">String</paragraph>
 
     <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
     <paragraph id="par_id3149295" role="paragraph" 
xml-lang="en-US"><emph>Expression:</emph> a numeric expression that represents 
a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support 
expressions with a nominally negative argument like 
<emph>Chr(&amp;H8000)</emph> in a backwards-compatible way, values in the range 
−32768 to −1 are internally mapped to the range 32768 to 65535.)</paragraph>
diff --git a/source/text/sbasic/shared/03120111.xhp 
b/source/text/sbasic/shared/03120111.xhp
index 96d211f72..fe6d22493 100644
--- a/source/text/sbasic/shared/03120111.xhp
+++ b/source/text/sbasic/shared/03120111.xhp
@@ -43,7 +43,7 @@
 <paragraph id="par_id3143267" role="bascode" localize="false" 
xml-lang="en-US">AscW (string) As Long</paragraph>
 </bascode>
 <embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
-<paragraph id="par_id3150669" role="paragraph" 
xml-lang="en-US">Long</paragraph>
+<paragraph id="par_id3150669" role="paragraph" localize="false" 
xml-lang="en-US">Long</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
 <paragraph id="par_id3149415" role="paragraph" xml-lang="en-US"> 
<emph>string</emph>: Any valid string expression. Only the first character in 
the string is relevant.</paragraph>
 <paragraph id="par_id3145609" role="paragraph" xml-lang="en-US">Use the AscW 
function to replace keys with Unicode values. If the AscW function encounters a 
blank string, %PRODUCTNAME Basic reports a run-time error. Returned values are 
between 0 and 65535.</paragraph>

Reply via email to