diff options
author | Eike Rathke <erack@redhat.com> | 2018-06-21 12:01:33 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-06-21 12:06:58 +0200 |
commit | 0a2ea29a0d091a9594b4252ff7b0c05e3002451d (patch) | |
tree | 12b40e92ba399b53bf5ad720f92148fd3da8b869 | |
parent | c9977c80b9e93b691aaec0de57bc32b53cee6efa (diff) |
Use correct decimal separator in example
So one can copy-paste a working example.
Change-Id: I31ceda19352cc029c87a03a6b49cd0b4275de209
Reviewed-on: https://gerrit.libreoffice.org/56229
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
(cherry picked from commit fe514fc933bad695396606ffd2b06251bc98f2d7)
Reviewed-on: https://gerrit.libreoffice.org/56230
Tested-by: Eike Rathke <erack@redhat.com>
-rw-r--r-- | source/text/shared/optionen/01060500.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/optionen/01060500.xhp b/source/text/shared/optionen/01060500.xhp index 3c6f348c59..819eaf6fa1 100644 --- a/source/text/shared/optionen/01060500.xhp +++ b/source/text/shared/optionen/01060500.xhp @@ -112,7 +112,7 @@ <paragraph xml-lang="en-US" id="par_id3153573" role="paragraph">Tax</paragraph> </tablecell> <tablecell> - <paragraph xml-lang="en-US" id="par_id3154319" role="paragraph">=B6*0,15</paragraph> + <paragraph xml-lang="en-US" id="par_id3154319" role="paragraph">=B6*0.15</paragraph> </tablecell> </tablerow> </table> |