diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-26 19:59:53 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-26 21:00:39 +0200 |
commit | f9285f35a17dbdc69b0412cc73e4816906f85d9d (patch) | |
tree | b39245ff915e6bc7833c05e0a99cd883af17098a | |
parent | 1e6411ced00a5459e70a5f27651f2c55595ea9c5 (diff) |
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 <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/04060104.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <paragraph id="par_id3153196" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_ZELLE">Returns information on address, formatting or contents of a cell.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> -<paragraph id="par_id3147355" role="code" xml-lang="en-US">CELL("InfoType"; Reference)</paragraph> +<paragraph id="par_id3147355" role="code" xml-lang="en-US">CELL("InfoType"[; Reference])</paragraph> <paragraph id="par_id3154716" role="paragraph" xml-lang="en-US"><emph>InfoType</emph> is the character string that specifies the type of information. The character string is always in English. Upper or lower case is optional.</paragraph> <table id="tbl_id3152470"> |