From 87cc2e79cff4c4b6e765aede94b8e9ae19c150e4 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Sun, 31 May 2020 10:12:07 +0200 Subject: (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 (cherry picked from commit e02854641f31d183f6405f9ea7ad03ff0c7a4007) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95722 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/func_numbervalue.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text') 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 @@ Constraints: LEN(decimal_separator) = 1, decimal_separator shall not appear in group_separator - NUMBERVALUE("Text";decimal_separator;group_separator) + NUMBERVALUE("Text" [;decimal_separator [;group_separator]]) Text is a valid number expression and must be entered with quotation marks. decimal_separator (optional) defines the character used as the decimal separator. group_separator (optional) defines the character(s) used as the group separator. -- cgit