summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-26 21:09:46 +0200
committerMichael Stahl <michael.stahl@cib.de>2020-10-02 11:06:16 +0200
commit4c5ffaf2ae8cd08a6d24bf674d203659e59f049f (patch)
treec695b77a754571c777c7cff58ab7d9db0d6215fd /filter/source/xslt
parent1b56843a77f0c86f483e96032b5b6ff2214968b0 (diff)
Fix typo in code
Change-Id: Ia4736c9fec6076cbf34533d957228cc7337c3622 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103490 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'filter/source/xslt')
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_text.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_text.xsl b/filter/source/xslt/export/wordml/ooo2wordml_text.xsl
index 4280aaf57b93..406c8cb91e50 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_text.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_text.xsl
@@ -355,7 +355,7 @@
</xsl:element>
</xsl:if>
<xsl:if test="@text:number-lines='false'">
- <w:supressLineNumbers/>
+ <w:suppressLineNumbers/>
</xsl:if>
<xsl:variable name="border-top" select="@fo:border-top | @fo:border"/>
<xsl:variable name="border-bottom" select="@fo:border-bottom | @fo:border"/>