[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - filter/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 23 06:21:45 UTC 2018


 filter/source/xslt/export/wordml/ooo2wordml_list.xsl |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 790af9d119094bb2e47bac29017b392ecaa8df30
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Mon Oct 22 23:01:25 2018 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Oct 23 08:21:24 2018 +0200

    tdf#120795: fix ooo2wordml_list.xsl syntax
    
    See errors in comments from tracker
    
    Regression from:
    https://cgit.freedesktop.org/libreoffice/core/commit/?id=1501df419ea4d40358d705a281fd9662088ba51e
    
    Change-Id: I9bbf970ac2b8cbf8fcc448f0847f61e8606797c7
    Reviewed-on: https://gerrit.libreoffice.org/62205
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    (cherry picked from commit 2995a95d8efa727ea53b06323c0b2bdc52e1aed0)
    Reviewed-on: https://gerrit.libreoffice.org/62210
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/filter/source/xslt/export/wordml/ooo2wordml_list.xsl b/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
index e3c9614d6e06..67337bc4eab3 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
@@ -228,12 +228,15 @@
             <xsl:when test="$number-format = 'I'">
                 <!-- nfcUCRoman: Uppercase roman -->
                 <w:nfc w:val="1"/>
+            </xsl:when>
             <xsl:when test="$number-format = '1st'">
                 <!-- nfcUCOrdinal: Ordinal indicator -->
                 <w:nfc w:val="5"/>
+            </xsl:when>
             <xsl:when test="$number-format = 'One'">
                 <!-- nfcCardText: Cardinal -->
                 <w:nfc w:val="6"/>
+            </xsl:when>
             <xsl:when test="$number-format = 'First'">
                 <!-- nfcOrdText: Ordinal -->
                 <w:nfc w:val="7"/>


More information about the Libreoffice-commits mailing list