summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-09-07 22:57:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-09-08 08:53:12 +0200
commitbc8131987bb59f3e3467385c53be52fc7cfa0908 (patch)
treedf82610316cf12e7dda75ba026d06ba0f37c93ff /filter
parent09978dd1fc18ce1ae707bc9e4ea1d2745ff07b61 (diff)
Fix typos
Change-Id: I75692373028a64ba71899a4fd8c240fa4f2f1c02 Reviewed-on: https://gerrit.libreoffice.org/60172 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index 6e88a09b9162..92fab9a35a1f 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -2691,7 +2691,7 @@
<xsl:with-param name="condition-pos" select="$condition-pos"/>
<xsl:with-param name="isNumberTextElementOpened" select="$isNumberTextElementOpened"/>
<xsl:with-param name="posed-number-format-unit" select="substring($number-format-unit,$unit-pos + 2)"/>
- <!-- place '*' temparily here, because now StarCalc doesn't support variable filling character definition -->
+ <!-- place '*' temporarily here, because now StarCalc doesn't support variable filling character definition -->
<xsl:with-param name="numberTextValue" select="substring($posed-number-format-unit,2,1)"/>
<xsl:with-param name="finished" select="$finished"/>
</xsl:call-template>