source/text/sbasic/shared/03/sf_array.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d25f1958da0b19339f2302e1a4f46663e08160cf
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Sun Dec 19 19:33:34 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Dec 19 20:31:20 2021 +0100

    fix typo in importing/exporting from/to
    
    Change-Id: Icc7b9379bde2bc11bbdaed1844838e48101b0e9e
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127100
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/source/text/sbasic/shared/03/sf_array.xhp 
b/source/text/sbasic/shared/03/sf_array.xhp
index e515021f9..a9b22fbeb 100644
--- a/source/text/sbasic/shared/03/sf_array.xhp
+++ b/source/text/sbasic/shared/03/sf_array.xhp
@@ -22,7 +22,7 @@
   </bookmark>
 
   <h1 id="bm_id781582391760253"><variable id="ArrayService"><link 
href="text/sbasic/shared/03/sf_array.xhp" name="ScriptForge.Array 
Service"><literal>ScriptForge</literal>.<literal>Array</literal> 
service</link></variable></h1>
-  <paragraph role="paragraph" id="par_id991582454416549">Provides a collection 
of methods for manipulating and transforming arrays of one dimension (vectors) 
and arrays of two dimensions (matrices). This includes set operations, sorting, 
importing to and exporting from text files.</paragraph>
+  <paragraph role="paragraph" id="par_id991582454416549">Provides a collection 
of methods for manipulating and transforming arrays of one dimension (vectors) 
and arrays of two dimensions (matrices). This includes set operations, sorting, 
importing from and exporting to text files.</paragraph>
   <paragraph role="paragraph" id="par_id681609955015503">Arrays with more than 
two dimensions cannot be used with the methods in this service, the only 
exception being the <literal>CountDims</literal> method that accepts Arrays 
with any number of dimensions.</paragraph>
 </section>
 

Reply via email to