[Libreoffice-commits] help.git: source/text

Niklas Johansson sleeping.pillow at gmail.com
Tue Mar 31 05:38:31 PDT 2015


 source/text/shared/01/06040400.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02143d13f587b3ce40834d709ca9c872ac907e13
Author: Niklas Johansson <sleeping.pillow at gmail.com>
Date:   Tue Mar 31 14:02:45 2015 +0200

    tdf#89437 Add note, not all languages have autocorrection of ordinal suffixes
    
    Not all languages have the convention of printing ordinal suffixes as superscript.
    For English auto correction of 1st to 1^st can be correct in Swedish auto
    correction of 1:a to 1^:a is just plain wrong and LibreOffice does not do it anymore
    so lets add a short note about it in the help.
    
    Change-Id: Ic4c9273b74576d2a8d1e0c8ac3adbe4af40185fc
    Reviewed-on: https://gerrit.libreoffice.org/15088
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/source/text/shared/01/06040400.xhp b/source/text/shared/01/06040400.xhp
index fcaf3bb..30ec163 100644
--- a/source/text/shared/01/06040400.xhp
+++ b/source/text/shared/01/06040400.xhp
@@ -52,7 +52,7 @@
 <comment>moved two paras from 06040100.xhp, cws cbosdo01</comment>
 <paragraph xml-lang="en-US" id="hd_id3159400" role="heading" level="2" l10n="U" oldref="25">Format ordinal number suffixes (1st ... 1<sup>st</sup>)</paragraph>
 <paragraph xml-lang="en-US" id="par_id3154173" role="paragraph" l10n="U" oldref="27">Formats the text characters of ordinals, such as 1st, 2nd, or 3rd, as superscripts. For example, in English text, 1st will be converted to 1<sup>st</sup>.</paragraph>
-
+<paragraph xml-lang="en-US" id="par_idNoteNotAllLang" role="note" l10n="U" oldref="53">Note that this only applies to languages that have the convention of formatting ordinal numbers as superscript.</paragraph>
 
 <paragraph role="heading" id="hd_id3154682" xml-lang="en-US" level="2" l10n="U" oldref="17">Single quotes / Double quotes</paragraph>
 <paragraph role="paragraph" id="par_id3152363" xml-lang="en-US" l10n="U" oldref="18">Specify the replacement characters to use for single or double quotation marks.</paragraph>


More information about the Libreoffice-commits mailing list