summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-10 16:56:32 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-14 07:12:13 +0200
commit9283da0c028c112e82ed2b2fa37394a5fc004fad (patch)
treed021462636ccee431c525b406486b16ed8c88546 /filter/source/xslt
parent9bd21bbe0d1bc3462aa86066c96dcf184aa2bdf7 (diff)
Fix typo
Change-Id: I679707594b40e35ea5c503c0c0a6f37520eedce6 Reviewed-on: https://gerrit.libreoffice.org/74000 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_field.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_field.xsl b/filter/source/xslt/import/wordml/wordml2ooo_field.xsl
index 0fae0efa4ccd..590a97283662 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_field.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_field.xsl
@@ -1228,7 +1228,7 @@
<xsl:attribute name="office:string-value"><xsl:value-of select="$field_content"/></xsl:attribute>
</text:user-field-decl>
</xsl:template>
- <!-- =========this following template to convert the ms number format to OOo wirter format === -->
+ <!-- =========this following template to convert the ms number format to OOo writer format === -->
<xsl:template name="get_field_num_format">
<xsl:param name="input_MS_num_format"/>
<xsl:choose>