diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2021-12-19 19:33:34 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-12-19 20:31:20 +0100 |
commit | d25f1958da0b19339f2302e1a4f46663e08160cf (patch) | |
tree | 4d88ebafc9fae8f93f84896d4181e915135b1fe2 /source | |
parent | 06aefeb52aef710b60138fd6a71a849367341b5f (diff) |
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 <serval2412@yahoo.fr>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03/sf_array.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_array.xhp b/source/text/sbasic/shared/03/sf_array.xhp index e515021f98..a9b22fbebd 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> |