[Libreoffice-commits] help.git: Branch 'libreoffice-7-0' - source/text

Steve Fanning (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 8 16:54:23 UTC 2020


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

New commits:
commit d0fa91c4e334faf835820581596e8fda1ca49d0d
Author:     Steve Fanning <stevemfanning at yahoo.co.uk>
AuthorDate: Sun May 31 10:39:03 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Jun 8 18:54:03 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.hallot at libreoffice.org>
    (cherry picked from commit f35181a3fb8f5db8ac323ec7537d64e693546420)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95725
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at 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>


More information about the Libreoffice-commits mailing list