[Libreoffice-commits] core.git: Branch 'libreoffice-6-4-3' - filter/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sun Mar 29 12:22:57 UTC 2020
filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2514e44d9d6f2ea6059ad8d4a2cb3d0cf7a52859
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Mar 27 19:21:19 2020 +0000
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Mar 29 14:22:26 2020 +0200
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/+/91183
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolanm at redhat.com>
(cherry picked from commit 5ea2ee0668d1b30ae704606c139ff49149f6d175)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91288
Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>
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"/>
More information about the Libreoffice-commits
mailing list