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

Adolfo Jayme Barrientos fitojb at ubuntu.com
Mon Jun 20 01:49:27 UTC 2016


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

New commits:
commit 2db75854e290a7ce93e869214b3d6fba86d93ae7
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Sun Jun 19 20:48:53 2016 -0500

    tdf#100478 Correct the syntax of two examples of the N formula
    
    Change-Id: If97787808183045e3a9573cf1a26ed3e923f3bdb

diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp
index b7120c4..69e97f6 100644
--- a/source/text/scalc/01/04060104.xhp
+++ b/source/text/scalc/01/04060104.xhp
@@ -619,8 +619,8 @@
 
 <paragraph id="hd_id3147097" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3154117" role="paragraph" xml-lang="en-US"><item type="input">=N(123)</item> returns 123</paragraph>
-<paragraph id="par_id2337717" role="paragraph" xml-lang="en-US"><item type="input">=N(TRUE)</item> returns 1</paragraph>
-<paragraph id="par_id3153781" role="paragraph" xml-lang="en-US"><item type="input">=N(FALSE)</item> returns 0</paragraph>
+<paragraph id="par_id2337717" role="paragraph" xml-lang="en-US"><item type="input">=N(TRUE())</item> returns 1</paragraph>
+<paragraph id="par_id3153781" role="paragraph" xml-lang="en-US"><item type="input">=N(FALSE())</item> returns 0</paragraph>
 <paragraph id="par_id3154670" role="paragraph" xml-lang="en-US"><item type="input">=N("abc")</item> returns 0</paragraph>
 <paragraph id="par_id3519089" role="paragraph" xml-lang="en-US">=N(1/0) returns #DIV/0!</paragraph>
 </section>


More information about the Libreoffice-commits mailing list