diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-31 11:41:31 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-31 16:24:47 +0200 |
commit | 16b1c5d9c3ead98647e6cc816a9b81e39be48ca5 (patch) | |
tree | a524c27460377fd83f4a5f953fb17b4f0bd72507 | |
parent | cf09e34b35c8f0803ecfb5151bdbf1a1cf1ccc68 (diff) |
(04060116.xhp) Include square brackets in syntax sections to indicate optional parameters.
Change-Id: Ife2ccaeb06062c1cedaa8cba8511a0a86be1fc1a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95209
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/04060116.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/scalc/01/04060116.xhp b/source/text/scalc/01/04060116.xhp index 91ec082ccf..9316d93204 100644 --- a/source/text/scalc/01/04060116.xhp +++ b/source/text/scalc/01/04060116.xhp @@ -322,7 +322,7 @@ <h2 id="hd_id3154054">COMPLEX</h2> <paragraph xml-lang="en-US" id="par_id3156111" role="paragraph"><ahelp hid="HID_AAI_FUNC_COMPLEX">The result is a complex number which is returned from a real coefficient and an imaginary coefficient.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> - <paragraph xml-lang="en-US" id="par_id3155999" role="code">COMPLEX(RealNum; INum; Suffix)</paragraph> + <paragraph xml-lang="en-US" id="par_id3155999" role="code">COMPLEX(RealNum; INum [; Suffix])</paragraph> <paragraph xml-lang="en-US" id="par_id3153626" role="paragraph"> <emph>RealNum</emph> is the real coefficient of the complex number.</paragraph> <paragraph xml-lang="en-US" id="par_id3149135" role="paragraph"> @@ -341,7 +341,7 @@ <h2 id="hd_id3155103">OCT2BIN</h2> <paragraph xml-lang="en-US" id="par_id3146898" role="paragraph"><ahelp hid="HID_AAI_FUNC_OCT2BIN">The result is the binary number for the octal number entered.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> - <paragraph xml-lang="en-US" id="par_id3154303" role="code">OCT2BIN(Number; Places)</paragraph> + <paragraph xml-lang="en-US" id="par_id3154303" role="code">OCT2BIN(Number [; Places])</paragraph> <paragraph xml-lang="en-US" id="par_id3156013" role="paragraph"> <emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.</paragraph> <paragraph xml-lang="en-US" id="par_id3153984" role="paragraph"> @@ -373,7 +373,7 @@ <h2 id="hd_id3155391">OCT2HEX</h2> <paragraph xml-lang="en-US" id="par_id3148831" role="paragraph"><ahelp hid="HID_AAI_FUNC_OCT2HEX"> The result is the hexadecimal number for the octal number entered.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> - <paragraph xml-lang="en-US" id="par_id3150523" role="code">OCT2HEX(Number; Places)</paragraph> + <paragraph xml-lang="en-US" id="par_id3150523" role="code">OCT2HEX(Number [; Places])</paragraph> <paragraph xml-lang="en-US" id="par_id3159162" role="paragraph"> <emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.</paragraph> <paragraph xml-lang="en-US" id="par_id3145420" role="paragraph"> |