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

New commits:
commit cc7f7b0547c5d6904908d3ef194b3c33ca6cd4f6
Author:     Olivier Hallot <[email protected]>
AuthorDate: Sun May 9 15:48:35 2021 +0200
Commit:     Olivier Hallot <[email protected]>
CommitDate: Sun May 9 15:51:59 2021 +0200

    Fix =FIXED() example
    
    Change-Id: I45a820aa6967756e9554aeec7c2c7ee7437a11df
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115211
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <[email protected]>

diff --git a/source/text/scalc/01/04060110.xhp 
b/source/text/scalc/01/04060110.xhp
index 718789355..cd8dca90f 100644
--- a/source/text/scalc/01/04060110.xhp
+++ b/source/text/scalc/01/04060110.xhp
@@ -305,7 +305,7 @@
 <paragraph role="paragraph" id="par_id21617202293406" xml-lang="en-US"> <item 
type="input">=FIXED(12345.6789;-2)</item> returns 12,300 as a text 
string.</paragraph>
 <paragraph role="paragraph" id="par_id161617202295558" xml-lang="en-US"> <item 
type="input">=FIXED(12134567.89;-3;1)</item> returns 12135000 as a text 
string.</paragraph>
 <paragraph role="paragraph" id="par_id451617286696878" xml-lang="en-US"> <item 
type="input">=FIXED(12345.789;3/4)</item> returns 12,346 as a text 
string.</paragraph>
-<paragraph role="paragraph" id="par_id371617286698199" xml-lang="en-US"> <item 
type="input">=FIXED(12345.789,8/5)</item> returns 12,345.8 as a text 
string.</paragraph>
+<paragraph role="paragraph" id="par_id371617286698199" xml-lang="en-US"> <item 
type="input">=FIXED(12345.789;8/5)</item> returns 12,345.8 as a text 
string.</paragraph>
 </section>
 
 <section id="jis">
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to