[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 2 19:18:29 UTC 2019
filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit db1e6c7a62b3591077efecdbf5a57f95687aea89
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:47 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 2 21:17:37 2019 +0200
Fix typo
Change-Id: I5980ec748c24f7ee7bade6990b7cd1fbda031ca2
Reviewed-on: https://gerrit.libreoffice.org/73332
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl b/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
index 2c2c9c0cd317..5188b9a9c900 100644
--- a/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
+++ b/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
@@ -8972,7 +8972,7 @@
<xsl:with-param name="preceding-cellstylename" select="''"/>
<xsl:with-param name="temp-num" select="'0'"/>
<xsl:with-param name="cellstylename" select="$cellstylename"/>
- <xsl:with-param name="table-collumns" select="$cell/ancestor::表:工作表内容//表:列"/>
+ <xsl:with-param name="table-columns" select="$cell/ancestor::表:工作表内容//表:列"/>
</xsl:call-template>
</xsl:variable>
<xsl:choose>
More information about the Libreoffice-commits
mailing list