[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 14 05:13:14 UTC 2019
filter/source/xslt/import/wordml/wordml2ooo_field.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9283da0c028c112e82ed2b2fa37394a5fc004fad
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:32 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jun 14 07:12:13 2019 +0200
Fix typo
Change-Id: I679707594b40e35ea5c503c0c0a6f37520eedce6
Reviewed-on: https://gerrit.libreoffice.org/74000
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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>
More information about the Libreoffice-commits
mailing list