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

New commits:
commit 9a888e136a47b381837a2aecbf586c96637f8c64
Author:     Jean-Pierre Ledure <j...@ledure.be>
AuthorDate: Fri Jan 8 17:20:19 2021 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sun Jan 10 01:13:09 2021 +0100

    Remove reference to Calc sheets in Array service
    
    Within ScriptForge services,
    import/export methods between arrays and Calc sheets
    are in the SF_Calc module and, hence, in the sf_calc.xhp help
    
    Change-Id: I95386bfa83a8c15e84b9f097ce9cd5401f5abf45
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108993
    Tested-by: Jenkins
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03/sf_array.xhp 
b/source/text/sbasic/shared/03/sf_array.xhp
index 8206505ed..d78af99e0 100644
--- a/source/text/sbasic/shared/03/sf_array.xhp
+++ b/source/text/sbasic/shared/03/sf_array.xhp
@@ -18,7 +18,7 @@
 
 <section id="abstract">
 <h1 id="bm_id781582391760253" xml-lang="en-US"><link 
href="text/sbasic/shared/03/sf_array.xhp" name="ScriptForge.Array 
Service"><literal>ScriptForge</literal>.<literal>Array</literal> 
service</link></h1>
-   <paragraph role="paragraph" id="par_id991582454416549" 
xml-lang="en-US">Provides a collection of methods for manipulating and 
transforming arrays of one dimension (vectors) and arrays of two dimensions 
(matrices). This includes setting, sorting, importing and exporting to CSV 
files and Calc sheets.</paragraph>
+   <paragraph role="paragraph" id="par_id991582454416549" 
xml-lang="en-US">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_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>
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to