filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b006e541e3fb2c84e091d9f7f51fab5477effa9
Author:     Caolán McNamara <[email protected]>
AuthorDate: Fri Mar 27 19:21:19 2020 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Mar 27 21:41:19 2020 +0100

    spreadsheetml2ooo.xsl was not well formed xml
    
    broken by...
    
    commit 6909838e2966b3fd3c2de6b6db70d952cd8b3114
    Date:   Thu Apr 25 18:08:33 2019 +0200
    
        Fix typo
    
    Change-Id: I40ee245faa75c885d76299ddee79fdaca9d0d715
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91233
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl 
b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index b9f18a2e0306..09b01a360aba 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -8863,7 +8863,7 @@
         </xsl:choose>
     </xsl:template>
     <xsl:template name="min-of-three">
-        <i!-- return lowest of three for sorting -->
+        <!-- return lowest of three for sorting -->
         <xsl:param name="first-num"/>
         <xsl:param name="second-num"/>
         <xsl:param name="third-num"/>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to