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

Andras Timar andras.timar at collabora.com
Thu Mar 19 09:29:42 PDT 2015


 source/text/scalc/01/04060181.xhp |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 325b71813e476e25acbcecbb34f57ec2609ee98b
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Mar 19 17:28:28 2015 +0100

    fix copypaste: a required parameter cannot be omitted
    
    Change-Id: I09ec850aea96962555c526efa0b4c1355236fb2f

diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp
index 7c1ac57..ade5291 100644
--- a/source/text/scalc/01/04060181.xhp
+++ b/source/text/scalc/01/04060181.xhp
@@ -268,7 +268,7 @@ oldref="547">COUNTIF</paragraph>
          <paragraph xml-lang="en-US" id="par_id2956317" role="paragraph" l10n="U" oldref="68"><emph>Number</emph> (required) is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function.</paragraph>
          <paragraph xml-lang="en-US" id="par_id2956107" role="paragraph" l10n="U" oldref="69"><emph>Alpha</emph> (required) is a parameter to the distribution.</paragraph>
          <paragraph xml-lang="en-US" id="par_id2953619" role="paragraph" l10n="U" oldref="70"><emph>Beta</emph> (required) is a parameter to the distribution.</paragraph>
-         <paragraph xml-lang="en-US" id="par_id062920141254453" role="paragraph" l10n="NEW"><emph>Cumulative</emph> (required) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function.</paragraph>
+         <paragraph xml-lang="en-US" id="par_id062920141254453" role="paragraph" l10n="NEW"><emph>Cumulative</emph> (required) can be 0 or False to calculate the probability density function. It can be any other value or True to calculate the cumulative distribution function.</paragraph>
          <paragraph xml-lang="en-US" id="par_id2950254" role="paragraph" l10n="U" oldref="71"><emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>.</paragraph>
          <paragraph xml-lang="en-US" id="par_id2949138" role="paragraph" l10n="U" oldref="72"><emph>End</emph> (optional) is the upper bound for <emph>Number</emph>.</paragraph>
          <paragraph xml-lang="en-US" id="par_idN10AB3ms" role="paragraph" l10n="NEW"><embedvar href="text/scalc/00/00000004.xhp#optional"/></paragraph>
commit c8cbe130afa50dacc47c2d1d30e1774d44786a0c
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Mar 19 17:26:07 2015 +0100

    typos: CHI.TEST -> CHISQ.TEST, CHI.DIST -> CHISQ.DIST
    
    Change-Id: I2057217b5027283525f570b065f10a04c7165cb2

diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp
index a27a4c3..7c1ac57 100644
--- a/source/text/scalc/01/04060181.xhp
+++ b/source/text/scalc/01/04060181.xhp
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <helpdocument version="1.0">
-	
+
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,8 +18,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
- 
-	
+
+
 <meta>
       <topic id="textscalc0104060181xml" indexer="include">
          <title xml-lang="en-US" id="tit">Statistical Functions Part One</title>
@@ -530,8 +530,8 @@ oldref="547">COUNTIF</paragraph>
     </bookmark>
     <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_CHITEST_MS" id="bm_id2955355" localize="false"/>
     <paragraph xml-lang="en-US" id="hd_id2954260" role="heading" level="2" l10n="U" oldref="97">CHISQ.TEST</paragraph>
-    <paragraph xml-lang="en-US" id="par_id2951052" role="paragraph" l10n="U" oldref="98"><ahelp hid="HID_FUNC_CHITEST_MS">Returns the probability of a deviance from a random distribution of two test series based on the chi-squared test for independence.</ahelp> CHI.TEST returns the chi-squared distribution of the data.</paragraph>
-    <paragraph xml-lang="en-US" id="par_id2948925" role="paragraph" l10n="U" oldref="135">The probability determined by CHI.TEST can also be determined with CHI.DIST, in which case the Chi square of the random sample must then be passed as a parameter instead of the data row.</paragraph>
+    <paragraph xml-lang="en-US" id="par_id2951052" role="paragraph" l10n="U" oldref="98"><ahelp hid="HID_FUNC_CHITEST_MS">Returns the probability of a deviance from a random distribution of two test series based on the chi-squared test for independence.</ahelp> CHISQ.TEST returns the chi-squared distribution of the data.</paragraph>
+    <paragraph xml-lang="en-US" id="par_id2948925" role="paragraph" l10n="U" oldref="135">The probability determined by CHISQ.TEST can also be determined with CHISQ.DIST, in which case the Chi square of the random sample must then be passed as a parameter instead of the data row.</paragraph>
     <paragraph xml-lang="en-US" id="hd_id2954280" role="heading" level="3" l10n="U" oldref="99">Syntax</paragraph>
     <paragraph xml-lang="en-US" id="par_id2949162" role="code" l10n="U" oldref="100">CHISQ.TEST(DataB; DataE)</paragraph>
     <paragraph xml-lang="en-US" id="par_id2958421" role="paragraph" l10n="U" oldref="101"><emph>DataB</emph> is the array of the observations.</paragraph>


More information about the Libreoffice-commits mailing list