source/text/scalc/01/func_fourier.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f35181a3fb8f5db8ac323ec7537d64e693546420
Author:     Steve Fanning <stevemfann...@yahoo.co.uk>
AuthorDate: Sun May 31 10:39:03 2020 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Sun May 31 16:20:25 2020 +0200

    (func_fourier.xhp) Include square brackets in syntax section to indicate 
optional parameters.
    
    Change-Id: I4f5a108e6e588dd97b4501a8b2d13be628536a6d
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95205
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/func_fourier.xhp 
b/source/text/scalc/01/func_fourier.xhp
index 1c6bb7d8a..9aad60e3d 100644
--- a/source/text/scalc/01/func_fourier.xhp
+++ b/source/text/scalc/01/func_fourier.xhp
@@ -27,7 +27,7 @@
     <embed href="text/scalc/00/avail_release.xhp#6.3"/>
     <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
 
-    <paragraph role="code" id="par_id541556228253979">FOURIER(Array, 
GroupedByColumns, Inverse, Polar, MinimumMagnitude)</paragraph>
+    <paragraph role="code" id="par_id541556228253979">FOURIER(Array; 
GroupedByColumns [; Inverse [; Polar [; MinimumMagnitude]]])</paragraph>
     <paragraph role="paragraph" id="par_id741556228390897"><emph>Array</emph> 
is a 2 x N or N x 2 range representing an array of complex number to be 
transformed, where N is the length of the array. The array represents the real 
and imaginary parts of the data.</paragraph>
 
     <paragraph role="paragraph" 
id="par_id621556228397269"><emph>GroupedByColumns</emph> is a logical (TRUE or 
FALSE, 1 or 0) argument. When TRUE the array is grouped by columns where the 
first column contains the real part of the complex number and the second 
columns contains the imaginary part of the complex number. When FALSE, the 
first row contains the real part of the complex number and the second row 
contains the imaginary part of the complex number. If there is only 1 column 
(row), the input sequence is treated as purely real.</paragraph>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to