From f9285f35a17dbdc69b0412cc73e4816906f85d9d Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Tue, 26 May 2020 19:59:53 +0200 Subject: Add square brackets around final parameter in syntax statement (to indicate parameter is optional) Change-Id: I9703c7e556009613e377324b30a2a15accd33f5d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94839 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/04060104.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp index a7d70bd22e..1aa3e8f716 100644 --- a/source/text/scalc/01/04060104.xhp +++ b/source/text/scalc/01/04060104.xhp @@ -676,7 +676,7 @@ Returns information on address, formatting or contents of a cell. -CELL("InfoType"; Reference) +CELL("InfoType"[; Reference]) InfoType is the character string that specifies the type of information. The character string is always in English. Upper or lower case is optional. -- cgit