From 77a7dad4708af45da61d34b74a8d6dea1bd4ad8a Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Fri, 29 May 2020 16:49:56 +0200 Subject: (IF func) Minor correction to syntax statement Change-Id: Ib97051224752f5740e7afa0a6da336bfdf7beeb7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95119 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit 8e5429d50be89dc929cb2e03f339e837481abc9a) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95712 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/04060105.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp index c85d57592e..8957265b2f 100644 --- a/source/text/scalc/01/04060105.xhp +++ b/source/text/scalc/01/04060105.xhp @@ -94,7 +94,7 @@

IF

Specifies a logical test to be performed. - IF(Test[; ThenValue][; OtherwiseValue]) + IF(Test [; ThenValue [; OtherwiseValue]]) Test is any value or expression that can be TRUE or FALSE. -- cgit