diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-02-28 06:43:30 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-02-28 09:49:27 +0000 |
commit | d94ca17c8d62af3286d84ceb8166cad1f8cd8446 (patch) | |
tree | 16799e27aed5d10d89b6a2c2c1fa41a7fccfba0e | |
parent | 2e037f2dbf9c7d93ce020ca1709c581624c75fbd (diff) |
Fix "D'oh! you found a bug" in Help page
Change-Id: I15d47f59bb75d6c4f31450d227b78d88a8b9b384
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147956
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@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 5a7995aec9..960496cca9 100644 --- a/source/text/scalc/01/func_numbervalue.xhp +++ b/source/text/scalc/01/func_numbervalue.xhp @@ -42,7 +42,7 @@ <paragraph xml-lang="en-US" id="par_id3154819" role="paragraph"><emph>Text</emph> is a string that contains the number to be converted.</paragraph> <paragraph xml-lang="en-US" id="par_id3154820" role="paragraph"><emph>Decimal Separator</emph> is a single character that specifies the decimal separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any decimal or group separators.</paragraph> <paragraph xml-lang="en-US" id="par_id3154821" role="paragraph"><emph>Group Separator</emph> is a string that specifies the character(s) used as the group separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any group separators. The <emph>Decimal Separator</emph> character should not be used in <emph>Group Separator</emph>.</paragraph> - <embed href="text/scalc/01/ful_func.xhp#func_head_examples"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph xml-lang="en-US" id="par_id3155841" role="paragraph"> <input>=NUMBERVALUE("1.234.567,89"; ","; ".")</input> returns 1234567.89 (considering en-US locale). The function removes the two group separators and changes the decimal separator from a comma to a full stop.</paragraph> <paragraph role="paragraph" id="par_id721625603302860"> |