[Libreoffice-commits] help.git: Branch 'libreoffice-5-0' - 3 commits - source/text
Stanislav Horacek
stanislav.horacek at gmail.com
Mon Jun 8 13:18:52 PDT 2015
source/text/scalc/01/04060104.xhp | 8 ++++----
source/text/scalc/01/stat_data.xhp | 2 +-
source/text/scalc/01/statistics.xhp | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 50f9003c4388967ce4e49f959f8c2ac8218d08fb
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date: Sun May 24 16:28:55 2015 +0200
fix typos
Change-Id: I79f3463c1815b0db318483eaa3faae3d6ba1e54f
Reviewed-on: https://gerrit.libreoffice.org/15886
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
(cherry picked from commit 3cd6599bead7b1266daf69733f86b54f3e7d5557)
diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp
index 023fca5..1b91efc 100644
--- a/source/text/scalc/01/04060104.xhp
+++ b/source/text/scalc/01/04060104.xhp
@@ -364,9 +364,9 @@
<paragraph role="heading" id="hd_id31475691" xml-lang="en-US" level="3" l10n="U" oldref="55">Syntax</paragraph>
<paragraph role="code" id="par_id31531551" xml-lang="en-US" l10n="U" oldref="56">IFERROR(Value;Alternate_value)</paragraph>
<paragraph role="paragraph" id="par_id31540471" xml-lang="en-US" l10n="CHG" oldref="57">
-<emph>Value</emph> is the value or expression to be be returned if it does not equal or result in an error.</paragraph>
+<emph>Value</emph> is the value or expression to be returned if it is not equal or results in an error.</paragraph>
<paragraph role="paragraph" id="par_id31540472" xml-lang="en-US" l10n="CHG" oldref="57">
-<emph>Alternate_value</emph> is the value or expression to be be returned if the expression or value of <emph>Value</emph> does equal or result in an error.</paragraph>
+<emph>Alternate_value</emph> is the value or expression to be returned if the expression or value of <emph>Value</emph> is equal or results in an error.</paragraph>
<paragraph role="heading" id="hd_id31559941" xml-lang="en-US" level="3" l10n="U" oldref="58">Example</paragraph>
<paragraph role="paragraph" id="par_id31502561" xml-lang="en-US" l10n="CHG" oldref="59">
<item type="input">=IFERROR(C8;C9)</item> where cell C8 contains <item type="input">=1/0</item> returns the value of C9, because 1/0 is an error.</paragraph>
@@ -509,9 +509,9 @@
<paragraph role="heading" id="hd_id31529471" xml-lang="en-US" level="3" l10n="U" oldref="95">Syntax</paragraph>
<paragraph role="code" id="par_id31537481" xml-lang="en-US" l10n="U" oldref="96">IFNA(Value;Alternate_value)</paragraph>
<paragraph role="paragraph" id="par_id31528841" xml-lang="en-US" l10n="U" oldref="97">
-<emph>Value</emph> is the value or expression to be be returned if it does not equal or result in an #N/A error.</paragraph>
+<emph>Value</emph> is the value or expression to be returned if it is not equal or results in an #N/A error.</paragraph>
<paragraph role="paragraph" id="par_id31528842" xml-lang="en-US" l10n="U" oldref="97">
-<emph>Alternate_value</emph> is the value or expression to be be returned if the expression or value of <emph>Value</emph> does equal or result in an #N/A error.</paragraph>
+<emph>Alternate_value</emph> is the value or expression to be returned if the expression or value of <emph>Value</emph> is equal or results in an #N/A error.</paragraph>
<paragraph role="heading" id="hd_id31499641" xml-lang="en-US" level="3" l10n="U" oldref="98">Example</paragraph>
<paragraph role="paragraph" id="par_id31548521" xml-lang="en-US" l10n="U" oldref="99">
<item type="input">=IFNA(D3;D4)</item> returns the value of D3 if D3 does not result in an #N/A error, or D4 if it does.</paragraph>
commit ba6d373f502dd253285d30ee88bdf9d41bbd3533
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date: Fri Jun 5 16:28:04 2015 -0300
Correct help file location path
Change-Id: I81ef654d6e1eca026cbeecf59391bef72b1b02a0
Reviewed-on: https://gerrit.libreoffice.org/16109
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
(cherry picked from commit 35457b13dc1228daea1966b55d923922b2be539c)
diff --git a/source/text/scalc/01/stat_data.xhp b/source/text/scalc/01/stat_data.xhp
index 7b70738..edb3c47 100644
--- a/source/text/scalc/01/stat_data.xhp
+++ b/source/text/scalc/01/stat_data.xhp
@@ -21,7 +21,7 @@
<meta>
<topic id="ID" indexer="Indexer">
<title xml-lang="en-US" id="tit">Data</title>
-<filename>file:///home/tdf/git/core/helpcontent2/source/text/scalc/01/stat_data.xhp</filename>
+<filename>/text/scalc/01/stat_data.xhp</filename>
</topic>
</meta>
<body>
commit 3e94f65a76ec8e6314904635293fd840a669a3f2
Author: Andras Timar <andras.timar at collabora.com>
Date: Mon Jun 8 22:15:19 2015 +0200
Typo: fir -> for
Change-Id: Ief519a092931ff627ef815004fcfc9e6aefd2cce
(cherry picked from commit b340cfa8193a9b070e7ff2142764b4cf3c0ff7f0)
diff --git a/source/text/scalc/01/statistics.xhp b/source/text/scalc/01/statistics.xhp
index c6f6470..26238c4 100644
--- a/source/text/scalc/01/statistics.xhp
+++ b/source/text/scalc/01/statistics.xhp
@@ -468,7 +468,7 @@
<section id="howtoget">
<paragraph id="par_id1001250" role="paragraph" xml-lang="en-US"><variable id="sam01">Menu <emph>Data - Statistics - Analysis of Variance (ANOVA)...</emph></variable></paragraph>
</section>
-<paragraph id="par_id1001260" role="paragraph" xml-lang="en-US">ANOVA is the acronym fir A<emph>N</emph>alysis <emph>O</emph>f <emph>VA</emph>riance. Produces the analysis of variance (ANOVA) of a given data set</paragraph>
+<paragraph id="par_id1001260" role="paragraph" xml-lang="en-US">ANOVA is the acronym for A<emph>N</emph>alysis <emph>O</emph>f <emph>VA</emph>riance. Produces the analysis of variance (ANOVA) of a given data set</paragraph>
<paragraph id="par_id1001270" role="note" xml-lang="en-US">For more information, please visit the Wikipedia: <link href="http://en.wikipedia.org/wiki/ANOVA">http://en.wikipedia.org/wiki/ANOVA</link></paragraph><embed href="text/scalc/01/stat_data.xhp#data"/><embed href="text/scalc/01/stat_data.xhp#grouped"/>
<paragraph id="hd_id1000070" role="heading" xml-lang="en-US" level="3">Type</paragraph>
<paragraph id="par_id1001280" role="paragraph" xml-lang="en-US">Select if the analysis is for a <emph>single factor</emph> or for <emph>two factor</emph> ANOVA.</paragraph>
@@ -1700,4 +1700,4 @@
</table>
</section>
</body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>
More information about the Libreoffice-commits
mailing list