[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 2 19:11:10 UTC 2019
filter/source/xslt/odf2xhtml/export/xhtml/header.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 16e7c2e78a2b0218ea9e3a373e58548a2f7ae2f1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:40 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 2 21:10:18 2019 +0200
Fix typo
Change-Id: Iac47302dcdc7bb0ee09b0f0c7ed2ef92c02bb1bc
Reviewed-on: https://gerrit.libreoffice.org/73348
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 526e5cc56ae8..78b634a238e4 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -128,7 +128,7 @@
<xsl:for-each select="$globalData/all-styles/style">
<xsl:if test="final-properties != ''">
- <!-- NOTE: easy process, as only the style family in conjunction with the style name, makes the style unambigous -->
+ <!-- NOTE: easy process, as only the style family in conjunction with the style name, makes the style unambiguous -->
<xsl:text>.</xsl:text><!--<xsl:value-of select="@style:family" /><xsl:text>:</xsl:text>--><xsl:value-of select="translate(@style:name, '.,;: %()[]/\+', '_____________')"/><xsl:text> { </xsl:text> <xsl:value-of select="final-properties" /><xsl:text>}
</xsl:text>
</xsl:if>
More information about the Libreoffice-commits
mailing list