summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:40 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-02 21:10:18 +0200
commit16e7c2e78a2b0218ea9e3a373e58548a2f7ae2f1 (patch)
tree3ba67aafad75827264397c77ab105de48d9c7a73 /filter
parent187deae2df27081b7345ebd25b074cc1395ed743 (diff)
Fix typo
Change-Id: Iac47302dcdc7bb0ee09b0f0c7ed2ef92c02bb1bc Reviewed-on: https://gerrit.libreoffice.org/73348 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/header.xsl2
1 files changed, 1 insertions, 1 deletions
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>