diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2021-05-30 12:04:39 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-05-31 14:42:48 +0200 |
commit | 8ca38307bd81fbb37a664dd848fd1fda2c2b4181 (patch) | |
tree | 78e29063d03edfc3bed9060efc182ca94776bed3 /source | |
parent | d0fc1c87094067bc528cac5a66fd667dc41af125 (diff) |
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 <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/04060110.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <paragraph id="par_id3145629" role="paragraph" xml-lang="en-US"> <emph>Decimals</emph> is the optional number of decimal places.</paragraph> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> -<paragraph id="par_id3153546" role="paragraph" xml-lang="en-US"> <item type="input">=DOLLAR(255)</item> returns $255.00.</paragraph> +<paragraph id="par_id3153546" role="paragraph" xml-lang="en-US"> <item type="input">=DOLLAR(255)</item> 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.</paragraph> <paragraph id="par_id3154635" role="paragraph" xml-lang="en-US"> <item type="input">=DOLLAR(367.456;2)</item> returns $367.46. Use the decimal separator that corresponds to the <link href="text/shared/optionen/01140000.xhp" name="current locale setting">current locale setting</link>.</paragraph> </section> |