diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-06-19 20:48:53 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-06-20 01:51:49 +0000 |
commit | 47ae5470075b828b5e5f439e5fede6415972148b (patch) | |
tree | 24118daa9353f640c03622ee46285e16dcf0c767 /source/text | |
parent | 9bb675b1f2e47338be07252e78f680b7d2f64d0d (diff) |
tdf#100478 Correct the syntax of two examples of the N formula
Change-Id: If97787808183045e3a9573cf1a26ed3e923f3bdb
(cherry picked from commit 2db75854e290a7ce93e869214b3d6fba86d93ae7)
Reviewed-on: https://gerrit.libreoffice.org/26496
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/scalc/01/04060104.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp index b7120c4c0d..69e97f6f85 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> |