diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-31 10:12:07 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-31 16:17:13 +0200 |
commit | e02854641f31d183f6405f9ea7ad03ff0c7a4007 (patch) | |
tree | 2914379ddb26589a74c6aebcd980a89421f0bd64 /source/text/scalc | |
parent | 560fefa866227fbdfdae1e99a0761052686e5660 (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>
Diffstat (limited to 'source/text/scalc')
-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> |