summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-25 19:04:01 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-25 20:58:51 +0200
commitd423f14df6a81fee9396159591ab8bce4edbf0ef (patch)
tree1d062bc32187ceb354eb76dbb880bdf88e7fbd58 /filter/source/xslt
parent7b139b47212ac9a9e327332cfff4f254bc9a2ca2 (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: I60fa0610562f1f2a9901c05895e33def72783e1e Reviewed-on: https://gerrit.libreoffice.org/78088 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/source/xslt')
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_table.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_table.xsl b/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
index 0f9525cb0b9c..6bc5202687db 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
@@ -1261,11 +1261,11 @@
</xsl:template>
<xsl:template name="convert2in_special">
<!-- this template is specially to deal with w:type ='dxa' situation -->
- <xsl:param name="orignal_value"/>
+ <xsl:param name="original_value"/>
<xsl:choose>
- <xsl:when test="contains($orignal_value, 'dxa') ">
+ <xsl:when test="contains($original_value, 'dxa') ">
<xsl:variable name="table_measurement_new_value">
- <xsl:value-of select="concat( substring-before($orignal_value,'dxa'), 'twip')"/>
+ <xsl:value-of select="concat( substring-before($original_value,'dxa'), 'twip')"/>
</xsl:variable>
<xsl:call-template name="ConvertMeasure">
<xsl:with-param name="TargetMeasure" select="'in'"/>