source/text/sbasic/shared/03103600.xhp |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3f394267138498a70430a44dcbc4cff8727ce367
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Sat Dec 10 12:55:23 2022 +0000
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Sat Dec 10 13:46:35 2022 +0000

    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.hal...@libreoffice.org>

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>
 

Reply via email to