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

Stanislav Horacek stanislav.horacek at gmail.com
Sun May 24 15:06:09 PDT 2015


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

New commits:
commit 3cd6599bead7b1266daf69733f86b54f3e7d5557
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>

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>


More information about the Libreoffice-commits mailing list