From 47ae5470075b828b5e5f439e5fede6415972148b Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Sun, 19 Jun 2016 20:48:53 -0500 Subject: 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 Tested-by: Adolfo Jayme Barrientos --- source/text/scalc/01/04060104.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/text') 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 @@ Example =N(123) returns 123 -=N(TRUE) returns 1 -=N(FALSE) returns 0 +=N(TRUE()) returns 1 +=N(FALSE()) returns 0 =N("abc") returns 0 =N(1/0) returns #DIV/0! -- cgit