diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-03-19 10:16:09 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-03-19 14:38:55 +0100 |
commit | ea72cf580abb767685e2fa6d9e5b9ef895eed06b (patch) | |
tree | 77a431c81930f749e48b3d93c5803248e1464fb9 | |
parent | 9bbb90edd0a0b2af7c31f70669b7038901285cd9 (diff) |
tdf#131361 Correct upper limit to 255
Change-Id: Ib174181e6e750a5a9a6721b0ea86d3ba2575cb0c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90748
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/ful_func.xhp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/source/text/scalc/01/ful_func.xhp b/source/text/scalc/01/ful_func.xhp index 79934d07c9..35c1cab554 100644 --- a/source/text/scalc/01/ful_func.xhp +++ b/source/text/scalc/01/ful_func.xhp @@ -46,29 +46,29 @@ <paragraph id="par_id29750345314640" role="paragraph" xml-lang="en-US">The result is presented in the string format and has the character "i" or "j" as an imaginary unit.</paragraph> </section> <comment>256 arguments</comment> - <paragraph role="paragraph" id="par_id71584446760037"><variable id="string256_1">String 1[, String 2][, … ,[String 256]]</variable></paragraph> + <paragraph role="paragraph" id="par_id71584446760037"><variable id="string256_1">String 1[; String 2][; … ;[String 255]]</variable></paragraph> <section id="string256"> - <paragraph role="paragraph" id="par_id631556228516997"><emph>String 1[, String 2][, … ,[String 256]]</emph> are strings, references to cells or to cell ranges of strings.</paragraph> + <paragraph role="paragraph" id="par_id631556228516997"><emph>String 1[; String 2][; … ;[String 255]]</emph> are strings, references to cells or to cell ranges of strings.</paragraph> </section> - <paragraph role="paragraph" id="par_id401584447957914"><variable id="integer256_1">Integer 1[, Integer 2][, … ,[Integer 256]]</variable></paragraph> + <paragraph role="paragraph" id="par_id401584447957914"><variable id="integer256_1">Integer 1[; Integer 2][; … ;[Integer 255]]</variable></paragraph> <section id="integer256"> - <paragraph role="paragraph" id="par_id1001584395844941"><emph>Integer 1[, Integer 2][, … ,[Integer 256]]</emph> are integers, references to cells or to cell ranges of integers.</paragraph> + <paragraph role="paragraph" id="par_id1001584395844941"><emph>Integer 1[; Integer 2][; … ;[Integer 255]]</emph> are integers, references to cells or to cell ranges of integers.</paragraph> </section> - <paragraph role="paragraph" id="par_id101584447970004"><variable id="number256_1">Number 1[, Number 2][, … ,[Number 256]]</variable></paragraph> + <paragraph role="paragraph" id="par_id101584447970004"><variable id="number256_1">Number 1[; Number 2][; … ;[Number 255]]</variable></paragraph> <section id="number256"> - <paragraph role="paragraph" id="par_id931584395947010"><emph>Number 1[, Number 2][, … ,[Number 256]]</emph> are numbers, references to cells or to cell ranges of numbers.</paragraph> + <paragraph role="paragraph" id="par_id931584395947010"><emph>Number 1[; Number 2][; … ;[Number 255]]</emph> are numbers, references to cells or to cell ranges of numbers.</paragraph> </section> - <paragraph role="paragraph" id="par_id291584447988879"><variable id="logical256_1">Logical 1[, Logical 2][, … ,[Logical 256]]</variable></paragraph> + <paragraph role="paragraph" id="par_id291584447988879"><variable id="logical256_1">Logical 1[; Logical 2][; … ;[Logical 255]]</variable></paragraph> <section id="logical256"> - <paragraph role="paragraph" id="par_id931584395957010"><emph>Logical 1[, Logical 2][, … ,[Logical 256]]</emph> are boolean values, references to cells or to cell ranges of logical values.</paragraph> + <paragraph role="paragraph" id="par_id931584395957010"><emph>Logical 1[; Logical 2][; … ;[Logical 255]]</emph> are boolean values, references to cells or to cell ranges of logical values.</paragraph> </section> - <paragraph role="paragraph" id="par_id91584448008632"><variable id="complex256_1">Complex 1[, Complex 2][, … ,[Complex 256]]</variable></paragraph> + <paragraph role="paragraph" id="par_id91584448008632"><variable id="complex256_1">Complex 1[; Complex 2][; … ;[Complex 255]]</variable></paragraph> <section id="complex256"> - <paragraph role="paragraph" id="par_id931584335947010"><emph>Complex 1[, Complex 2][, … ,[Complex 256]]</emph> are complex numbers, references to cells or to cell ranges of complex numbers.</paragraph> + <paragraph role="paragraph" id="par_id931584335947010"><emph>Complex 1[; Complex 2][; … ;[Complex 255]]</emph> are complex numbers, references to cells or to cell ranges of complex numbers.</paragraph> </section> - <paragraph role="paragraph" id="par_id61584448028298"><variable id="reference256_1">Reference 1[, Reference 2][, … ,[Reference 256]]</variable></paragraph> + <paragraph role="paragraph" id="par_id61584448028298"><variable id="reference256_1">Reference 1[; Reference 2][; … ;[Reference 255]]</variable></paragraph> <section id="reference256"> - <paragraph role="paragraph" id="par_id431584335947010"><emph>Reference 1[, Reference 2][, … ,[Reference 256]]</emph> are references to cells.</paragraph> + <paragraph role="paragraph" id="par_id431584335947010"><emph>Reference 1[; Reference 2][; … ;[Reference 255]]</emph> are references to cells.</paragraph> </section> </body> </helpdocument> |