summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:44 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-02 21:10:43 +0200
commitc814821458e683ded7c5800fcff1c9a3763e21de (patch)
tree7f1989f1f67868e17046f30d4309584fcfece6c7 /filter
parent16e7c2e78a2b0218ea9e3a373e58548a2f7ae2f1 (diff)
Fix typo
Change-Id: Idce24d0e177d3c1c13e2ff10471c35fc5d8fad61 Reviewed-on: https://gerrit.libreoffice.org/73341 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
index f66c3d79fcf8..d3c6d37f8fa4 100644
--- a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
@@ -85,7 +85,7 @@
<xsl:template name="collect-global-odf-properties">
<!-- to access the variable as a node-set by XPATH expressions, it is necessary to convert it
- from a result-tree-fragment (RTF) to a node set by a in a XSLT 1.0 non standarized function -->
+ from a result-tree-fragment (RTF) to a node set by a in a XSLT 1.0 non standardized function -->
<xsl:variable name="globalDataRTF">
<xsl:call-template name="collect-document-links-RTF" />
</xsl:variable>
@@ -522,7 +522,7 @@
<xsl:if test="*/@style:font-size-rel">
<!--
- The intheritedStyleProperties should include a absolute Font Size, but
+ The intheritedStyleProperties should include an absolute Font Size, but
<style:properties
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"