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

Steve Fanning (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 1 13:17:24 UTC 2020


 source/text/scalc/01/04060183.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 57145b91d3e06b07d714e65e00d9e19626dbca52
Author:     Steve Fanning <stevemfanning at yahoo.co.uk>
AuthorDate: Mon Jun 1 11:33:26 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Jun 1 15:17:01 2020 +0200

    (04060183.xhp) Include square brackets in syntax sections to indicate optional parameters.
    
    Change-Id: I53c9d01dfd75cdab6bac7284b2d775d36a1d9311
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95241
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/scalc/01/04060183.xhp b/source/text/scalc/01/04060183.xhp
index e3cf9d24a..cc5039eef 100644
--- a/source/text/scalc/01/04060183.xhp
+++ b/source/text/scalc/01/04060183.xhp
@@ -223,7 +223,7 @@
 <h2 id="hd_id3150928">LOGINV</h2>
 <paragraph role="paragraph" id="par_id3145297" xml-lang="en-US"><ahelp hid="HID_FUNC_LOGINV">Returns the inverse of the lognormal distribution.</ahelp></paragraph>
 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph role="code" id="par_id3153049" xml-lang="en-US">LOGINV(Number; Mean; StDev)</paragraph>
+<paragraph role="code" id="par_id3153049" xml-lang="en-US">LOGINV(Number [; Mean [; StDev]])</paragraph>
 <paragraph role="paragraph" id="par_id3148390" xml-lang="en-US">
 <emph>Number</emph> is the probability value for which the inverse standard logarithmic distribution is to be calculated.</paragraph>
 <paragraph role="paragraph" id="par_id3149538" xml-lang="en-US">
@@ -263,7 +263,7 @@
 <h2 id="hd_id3158417">LOGNORMDIST</h2>
 <paragraph role="paragraph" id="par_id3154953" xml-lang="en-US"><ahelp hid="HID_FUNC_LOGNORMVERT">Returns the values of a lognormal distribution.</ahelp></paragraph>
 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph role="code" id="par_id3150686" xml-lang="en-US">LOGNORMDIST(Number; Mean; StDev; Cumulative)</paragraph>
+<paragraph role="code" id="par_id3150686" xml-lang="en-US">LOGNORMDIST(Number [; Mean [; StDev [; Cumulative]]])</paragraph>
 <paragraph role="paragraph" id="par_id3154871" xml-lang="en-US">
 <emph>Number</emph> is the probability value for which the standard logarithmic distribution is to be calculated.</paragraph>
 <paragraph role="paragraph" id="par_id3155820" xml-lang="en-US">


More information about the Libreoffice-commits mailing list