summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-25 20:41:42 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-25 20:42:37 +0100
commit5584d73f2db413889347b4b3a1fcaf124db02b21 (patch)
tree7a059c1ea9afd6f8ba27800e7f636188976c1f0e /filter/source/xslt
parent0ff90591d27330581da48badb2c5f1471d3aea27 (diff)
Typos
Change-Id: I434be0034b26ac4719590238817538ecd90b8923
Diffstat (limited to 'filter/source/xslt')
-rw-r--r--filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl b/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
index 00143a2a4d38..0cc023da9b51 100644
--- a/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
+++ b/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
@@ -7752,8 +7752,8 @@
<xsl:param name="series-generate-type"/>
<xsl:for-each select="表:数据系列">
<style:style style:family="chart">
- <xsl:variable name="current-positon" select="position()"/>
- <xsl:attribute name="style:name"><xsl:value-of select="concat('data-series',$current-positon)"/></xsl:attribute>
+ <xsl:variable name="current-position" select="position()"/>
+ <xsl:attribute name="style:name"><xsl:value-of select="concat('data-series',$current-position)"/></xsl:attribute>
<xsl:call-template name="表:数据点类型">
<xsl:with-param name="table-name" select="$table-name"/>
<xsl:with-param name="table-type" select="$table-type"/>
@@ -7824,8 +7824,8 @@
<xsl:param name="series-generate-type"/>
<xsl:for-each select="表:系列">
<style:style style:family="chart">
- <xsl:variable name="current-positon" select="position()"/>
- <xsl:attribute name="style:name"><xsl:value-of select="concat('data-source',$current-positon)"/></xsl:attribute>
+ <xsl:variable name="current-position" select="position()"/>
+ <xsl:attribute name="style:name"><xsl:value-of select="concat('data-source',$current-position)"/></xsl:attribute>
</style:style>
</xsl:for-each>
</xsl:template>