diff options
author | Olivier <olivier.hallot@libreoffice.org> | 2017-01-09 16:08:36 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-01-09 18:12:37 +0000 |
commit | 32c3b487b2abbfe65282178ba89c2606f71f4c98 (patch) | |
tree | 82453101b0be671313147ecbe97bf6160edf56d6 /source/text/shared/01/05020301.xhp | |
parent | fce5517eb405ef8288d4d421259716d99b817eb1 (diff) |
Fix typos in help texts
Change-Id: I89400e762b9798bbf451c1f41b6792e21e7a81f1
Reviewed-on: https://gerrit.libreoffice.org/32908
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/text/shared/01/05020301.xhp')
-rw-r--r-- | source/text/shared/01/05020301.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/01/05020301.xhp b/source/text/shared/01/05020301.xhp index 0be6eec983..9c5ba98348 100644 --- a/source/text/shared/01/05020301.xhp +++ b/source/text/shared/01/05020301.xhp @@ -275,7 +275,7 @@ <paragraph id="hd_id3156006" role="heading" level="3" xml-lang="en-US">Fraction Representation</paragraph> <paragraph id="par_id3146924" role="paragraph" xml-lang="en-US">To represent a value as a fraction, format consists of two or three parts: integer optional part, numerator and denominator. Integer and numerator are separated by a blank or any quoted text. Numerator and denominator are separated by a slash character. Each part can consist of a combination of #, ? and 0 as placeholders.</paragraph> -<paragraph id="par_id3146925" role="paragraph" xml-lang="en-US">Denominator is calculated to get the nearest value of the fraction with repsect to the number of placeholders. For example, PI value is represented as 3 16/113 with format:</paragraph> +<paragraph id="par_id3146925" role="paragraph" xml-lang="en-US">Denominator is calculated to get the nearest value of the fraction with respect to the number of placeholders. For example, PI value is represented as 3 16/113 with format:</paragraph> <paragraph id="par_id3146926" role="example" xml-lang="en-US"># ?/???</paragraph> <paragraph id="par_id3146927" role="paragraph" xml-lang="en-US">Denominator value can also be forced to the value replacing placeholders. For example, to get PI value as a multiple of 1/16th (i.e. 50/16), use format:</paragraph> <paragraph id="par_id3146929" role="example" xml-lang="en-US">?/16</paragraph> |