diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-12 10:40:36 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-12-13 03:22:48 +0100 |
commit | 495103834a0a664f92aeab6436af195451139544 (patch) | |
tree | d3eed7be3c0edc7e06dbdd823f690d897c90c0ab /source | |
parent | 3cff9e221a47781e5c5a096f597b79b20bf63fa9 (diff) |
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.hallot@libreoffice.org>
(cherry picked from commit d0774bb418359c1135dab327cbc21b32d9513d02)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126679
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03120101.xhp | 4 | ||||
-rw-r--r-- | source/text/sbasic/shared/03120102.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03120111.xhp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03120101.xhp b/source/text/sbasic/shared/03120101.xhp index f2f403e088..c70702fe29 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 5f3a8f3592..b03ddeb2c1 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(&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 96d211f72f..fe6d22493e 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> |