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

Stanislav Horacek stanislav.horacek at gmail.com
Mon Jan 20 00:21:21 PST 2014


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

New commits:
commit 031c8e6b1f00fb6d40d830fd570ff28960062d3b
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Sun Jan 19 20:52:19 2014 +0100

    LOGNORMDIST function can return also non-cumulative values
    
    see similar GAMMADIST, FDIST and other functions
    
    Change-Id: I6c9d9e3281cc6631637e2d8449488dc574c2e1e8
    Reviewed-on: https://gerrit.libreoffice.org/7538
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/source/text/scalc/01/04060183.xhp b/source/text/scalc/01/04060183.xhp
index 6a2b1de..3dc2ffd 100644
--- a/source/text/scalc/01/04060183.xhp
+++ b/source/text/scalc/01/04060183.xhp
@@ -168,11 +168,11 @@
 </section>
 <section id="lognormdist">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3158417"><bookmark_value>LOGNORMDIST function</bookmark_value>
-<bookmark_value>cumulative lognormal distribution</bookmark_value>
+<bookmark_value>lognormal distribution</bookmark_value>
 </bookmark><comment>mw added one entry</comment>
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_LOGNORMVERT" id="bm_id3155366" localize="false"/>
 <paragraph role="heading" id="hd_id3158417" xml-lang="en-US" level="2" l10n="U" oldref="76">LOGNORMDIST</paragraph>
-<paragraph role="paragraph" id="par_id3154953" xml-lang="en-US" l10n="U" oldref="77"><ahelp hid="HID_FUNC_LOGNORMVERT">Returns the cumulative lognormal distribution.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3154953" xml-lang="en-US" l10n="U" oldref="77"><ahelp hid="HID_FUNC_LOGNORMVERT">Returns the values of a lognormal distribution.</ahelp></paragraph>
 <paragraph role="heading" id="hd_id3150474" xml-lang="en-US" level="3" l10n="U" oldref="78">Syntax</paragraph>
 <paragraph role="code" id="par_id3150686" xml-lang="en-US" l10n="U" oldref="79">LOGNORMDIST(Number; Mean; StDev; Cumulative)</paragraph>
 <paragraph role="paragraph" id="par_id3154871" xml-lang="en-US" l10n="U" oldref="80">


More information about the Libreoffice-commits mailing list