diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-31 10:12:07 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-08 18:34:27 +0200 |
commit | 87cc2e79cff4c4b6e765aede94b8e9ae19c150e4 (patch) | |
tree | 169ee4dcf285f6a58dd616db3069091cecd55c01 | |
parent | 4004ee9ce06e1a6a4e30ac41622a46b1d0e23b19 (diff) |
(func_numbervalue.xhp) Include square brackets in syntax section to indicate optional parameters.
Change-Id: I7f4018a666d42909bd669eb0c5732c470b0c7255
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95202
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit e02854641f31d183f6405f9ea7ad03ff0c7a4007)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95722
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/func_numbervalue.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_numbervalue.xhp b/source/text/scalc/01/func_numbervalue.xhp index 7e60ca3aed..026f8a5926 100644 --- a/source/text/scalc/01/func_numbervalue.xhp +++ b/source/text/scalc/01/func_numbervalue.xhp @@ -39,7 +39,7 @@ <paragraph xml-lang="en-US" id="par_id3149281" role="paragraph">Constraints: LEN(decimal_separator) = 1, decimal_separator shall not appear in group_separator</paragraph> <embed href="text/scalc/00/avail_release.xhp#4.1"/> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> - <paragraph xml-lang="en-US" id="par_id3149268" role="code">NUMBERVALUE("Text";decimal_separator;group_separator)</paragraph> + <paragraph xml-lang="en-US" id="par_id3149268" role="code">NUMBERVALUE("Text" [;decimal_separator [;group_separator]])</paragraph> <paragraph xml-lang="en-US" id="par_id3154819" role="paragraph"><emph>Text</emph> is a valid number expression and must be entered with quotation marks.</paragraph> <paragraph xml-lang="en-US" id="par_id3154820" role="paragraph"><emph>decimal_separator</emph> (optional) defines the character used as the decimal separator.</paragraph> <paragraph xml-lang="en-US" id="par_id3154821" role="paragraph"><emph>group_separator</emph> (optional) defines the character(s) used as the group separator.</paragraph> |