[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 2 09:06:56 UTC 2020
filter/source/xslt/export/wordml/ooo2wordml_text.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4c5ffaf2ae8cd08a6d24bf674d203659e59f049f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 26 21:09:46 2020 +0200
Commit: Michael Stahl <michael.stahl at cib.de>
CommitDate: Fri Oct 2 11:06:16 2020 +0200
Fix typo in code
Change-Id: Ia4736c9fec6076cbf34533d957228cc7337c3622
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103490
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Michael Stahl <michael.stahl at cib.de>
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"/>
More information about the Libreoffice-commits
mailing list