[Libreoffice-commits] help.git: Branch 'libreoffice-7-0' - source/text

Steve Fanning (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 8 16:55:53 UTC 2020


 source/text/scalc/01/04060116.xhp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5d3020b7cde049bfd0fa61f5d6abe660318ffbbe
Author:     Steve Fanning <stevemfanning at yahoo.co.uk>
AuthorDate: Sun May 31 11:41:31 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Jun 8 18:55:34 2020 +0200

    (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 at libreoffice.org>
    (cherry picked from commit 16b1c5d9c3ead98647e6cc816a9b81e39be48ca5)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95729
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>

diff --git a/source/text/scalc/01/04060116.xhp b/source/text/scalc/01/04060116.xhp
index 91ec082cc..9316d9320 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">


More information about the Libreoffice-commits mailing list