summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03120102.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03120102.xhp')
-rw-r--r--source/text/sbasic/shared/03120102.xhp2
1 files changed, 1 insertions, 1 deletions
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(&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>