[Libreoffice-commits] help.git: source/text

Steve Fanning (via logerrit) logerrit at kemper.freedesktop.org
Sat May 30 13:42:34 UTC 2020


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

New commits:
commit 2736ed30a71a29a624eabd69f1adcbd281b2915d
Author:     Steve Fanning <stevemfanning at yahoo.co.uk>
AuthorDate: Sat May 30 15:16:02 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sat May 30 15:42:15 2020 +0200

    The syntax of the GROWTH() function is still not quite correct in the Help. GROWTH() is special in that the 2nd and 3rd parameters are not only optional but may also be specified empty/omitted, in which case they are set to defined values. This makes the syntax a bit more complex but it can be checked against the specification in ODF V1.2.
    
    Change-Id: Idf050f59cce194aba80dcd4887ee636dcd00ec38
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95194
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/scalc/01/04060107.xhp b/source/text/scalc/01/04060107.xhp
index 185868bb5..0c105cb68 100644
--- a/source/text/scalc/01/04060107.xhp
+++ b/source/text/scalc/01/04060107.xhp
@@ -1131,7 +1131,7 @@
 <h2 id="hd_id3166317">GROWTH</h2>
   <paragraph id="par_id3166346" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_VARIATION">Calculates the points of an exponential trend in an array.</ahelp></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3166377" role="code" xml-lang="en-US">GROWTH(DataY [; DataX [; NewDataX [; FunctionType]]])</paragraph>
+  <paragraph id="par_id3166377" role="code" xml-lang="en-US">GROWTH(DataY [; [ DataX ] [; [ NewDataX ] [; FunctionType ] ] ])</paragraph>
   <paragraph id="par_id3166392" role="paragraph" xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph>
   <paragraph id="par_id3166411" role="paragraph" xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data array.</paragraph>
   <paragraph id="par_id3173797" role="paragraph" xml-lang="en-US"><emph>NewDataX</emph> (optional) represents the X data array, in which the values are recalculated.</paragraph>


More information about the Libreoffice-commits mailing list