From 8ca38307bd81fbb37a664dd848fd1fda2c2b4181 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Sun, 30 May 2021 12:04:39 +0200 Subject: Clarify example in help description of Calc's DOLLAR function. Change-Id: Iab2333cbd98bd4bb13ba35a07d4dbcd66fc840a6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116166 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/04060110.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp index 3a4ab2306f..274dc2d6d4 100644 --- a/source/text/scalc/01/04060110.xhp +++ b/source/text/scalc/01/04060110.xhp @@ -242,7 +242,7 @@ Decimals is the optional number of decimal places. - =DOLLAR(255) returns $255.00. + =DOLLAR(255) returns $255.00 for the English (USA) locale and USD (dollar) currency; ¥255.00 for the Japanese locale and JPY (yen) currency; or 255,00 € for the German (Germany) locale and EUR (euro) currency. =DOLLAR(367.456;2) returns $367.46. Use the decimal separator that corresponds to the current locale setting. -- cgit