filter/source/xslt/export/wordml/ooo2wordml_text.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4c5ffaf2ae8cd08a6d24bf674d203659e59f049f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Sep 26 21:09:46 2020 +0200 Commit: Michael Stahl <michael.st...@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 <serval2...@yahoo.fr> Reviewed-by: Michael Stahl <michael.st...@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"/> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits