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

New commits:
commit db1e6c7a62b3591077efecdbf5a57f95687aea89
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:23:47 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to