source/text/sbasic/shared/03/sf_textstream.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 56c146e68448db5622dc54823874ebb8605b55a9
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Wed Feb 2 19:47:22 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Feb 3 04:19:59 2022 +0100

    make comments in example for TextStream localizable
    
    Change-Id: I4f18e6f5c2d3f8ec6ead759217178095d0c108a2
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129383
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03/sf_textstream.xhp 
b/source/text/sbasic/shared/03/sf_textstream.xhp
index 2b7153b99..96b393539 100644
--- a/source/text/sbasic/shared/03/sf_textstream.xhp
+++ b/source/text/sbasic/shared/03/sf_textstream.xhp
@@ -240,10 +240,10 @@
     <paragraph role="bascode" id="bas_id181613595641087">'Opens the text file 
with the names to be read</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id291613595641480">Dim 
inputFile as Object</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id651613595641754">Set 
inputFile = FSO.OpenTextFile("/home/user/Documents/Students.txt")</paragraph>
-    <paragraph role="bascode" localize="false" 
id="bas_id711613595642109">'Reads all the contents in the input file as a 
single string</paragraph>
+    <paragraph role="bascode" id="bas_id711613595642109">'Reads all the 
contents in the input file as a single string</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id81613595642474">Dim 
allData as String</paragraph>
     <paragraph role="bascode" localize="false" 
id="bas_id191613595642766">allData = inputFile.ReadAll()</paragraph>
-    <paragraph role="bascode" localize="false" 
id="bas_id961613595643093">'Splits the string into an array</paragraph>
+    <paragraph role="bascode" id="bas_id961613595643093">'Splits the string 
into an array</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id51613595643398">Dim 
arrNames as Variant</paragraph>
     <paragraph role="bascode" localize="false" 
id="bas_id151613595643675">arrNames = SF_String.SplitLines(allData)</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id211613595928948">' 
(...)</paragraph>

Reply via email to