source/text/scalc/01/func_numbervalue.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d94ca17c8d62af3286d84ceb8166cad1f8cd8446
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Tue Feb 28 06:43:30 2023 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Feb 28 09:49:27 2023 +0000

    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.hal...@libreoffice.org>

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">

Reply via email to