diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-12-10 12:55:23 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-12-12 19:23:18 +0000 |
commit | e5e867d40a4a958627db0ed1595d3987e4224a30 (patch) | |
tree | fb712712f6aa39b623c4c5d4cd8828e125b46430 | |
parent | b145c182c198f2039da951f96931f7181f2db4be (diff) |
Mute L10n in code instructions
Change-Id: I92f719fbd4b646809fb385360541b285a41fd3d9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143919
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 3f394267138498a70430a44dcbc4cff8727ce367)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144019
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/sbasic/shared/03103600.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03103600.xhp b/source/text/sbasic/shared/03103600.xhp index 1a33a15ed0..5cf06080d7 100644 --- a/source/text/sbasic/shared/03103600.xhp +++ b/source/text/sbasic/shared/03103600.xhp @@ -38,17 +38,17 @@ <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <bascode> - <paragraph id="par_id3155341" role="bascode" xml-lang="en-US">TypeName (Varname As Variant) As String</paragraph> - <paragraph id="par_id3155342" role="bascode" xml-lang="en-US">VarType (Varname As Variant) As Integer</paragraph> + <paragraph id="par_id3155341" role="bascode" xml-lang="en-US" localize="false">TypeName (Varname As Variant) As String</paragraph> + <paragraph id="par_id3155342" role="bascode" xml-lang="en-US" localize="false">VarType (Varname As Variant) As Integer</paragraph> </bascode> <embed href="text/sbasic/shared/00000003.xhp#functvalue"/> <list type="unordered"> <listitem> - <paragraph id="par_id591667555032629" role="listitem">Text for <literal>TypeName</literal> suffixed with '()' for arrays.</paragraph> + <paragraph id="par_id591667555032629" role="listitem">A text for <literal>TypeName</literal> suffixed with '()' for arrays.</paragraph> </listitem> <listitem> - <paragraph id="par_id371667555034757" role="listitem">Integer for <literal>VarType</literal>. <literal>8192</literal> is added to the returned value for arrays.</paragraph> + <paragraph id="par_id371667555034757" role="listitem">An integer for <literal>VarType</literal>. The number 8192 is added to the returned value for arrays of type <literal>VarType</literal>.</paragraph> </listitem> </list> |