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:18 +0200 |
commit | fe514fc933bad695396606ffd2b06251bc98f2d7 (patch) | |
tree | 633affd744bbe0646c60b87fcadaa7c14ed3139f | |
parent | 5bc297bf12e0d0010047559d8f8d058f1e848adf (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>
-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> |