summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-07 17:27:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-09 10:49:46 +0200
commit7f8dbdc18cec9ddb45e0ecd543b35b738e0ad13c (patch)
tree7fe7f5e64f4c50d4dade4148e9c73900ea76de63 /filter/source/xslt
parent7d44104f526d61152cac67d534d36169f46c7581 (diff)
Fix typo
"Inherting" Change-Id: Ib9b1fcfd9ef585149de5018ce650707c71d412c8 Reviewed-on: https://gerrit.libreoffice.org/77127 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/source/xslt')
-rw-r--r--filter/source/xslt/export/spreadsheetml/styles.xsl2
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xslt/export/spreadsheetml/styles.xsl b/filter/source/xslt/export/spreadsheetml/styles.xsl
index 8c9c042dda8d..a3c4b8bae159 100644
--- a/filter/source/xslt/export/spreadsheetml/styles.xsl
+++ b/filter/source/xslt/export/spreadsheetml/styles.xsl
@@ -120,7 +120,7 @@
</xsl:choose>
</xsl:when>
<xsl:otherwise>
- <!-- automatic styles are implicit inherting from a style called 'Default',
+ <!-- automatic styles are implicit inheriting from a style called 'Default',
furthermore nor in spreadsheetml nor in OpenDocument automatic styles are able to inherit from each other -->
<xsl:choose>
<xsl:when test="@style:parent-style-name and not(@style:parent-style-name = 'Default')">
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 d3c6d37f8fa4..f9b5aff1b363 100644
--- a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
@@ -381,7 +381,7 @@
<xsl:param name="inheritedStyleProperties" />
<xsl:param name="searchOnlyInAutomaticStyles" />
- <!--** create an absolute style by inherting properties from the given parent properties **-->
+ <!--** create an absolute style by inheriting properties from the given parent properties **-->
<xsl:variable name="newStyleProperties-RTF">
<xsl:call-template name="create-inherited-style-properties">
<xsl:with-param name="inheritedStyleProperties" select="$inheritedStyleProperties" />