summaryrefslogtreecommitdiffstats
path: root/filter/source/xslt/export
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xslt/export')
-rw-r--r--filter/source/xslt/export/spreadsheetml/styles.xsl2
-rw-r--r--filter/source/xslt/export/spreadsheetml/table.xsl4
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/xslt/export/spreadsheetml/styles.xsl b/filter/source/xslt/export/spreadsheetml/styles.xsl
index 3cc3d8a20f46..b2b64edc6fba 100644
--- a/filter/source/xslt/export/spreadsheetml/styles.xsl
+++ b/filter/source/xslt/export/spreadsheetml/styles.xsl
@@ -70,7 +70,7 @@
<xsl:if test="not(@style:family='table-row') or @style:family='table-row' and key('getCellByStyle', '.')">
<xsl:element name="Style">
<xsl:attribute name="ss:ID">
- <!-- neglecting that a style is only unique in conjunction with it's family name -->
+ <!-- neglecting that a style is only unique in conjunction with its family name -->
<xsl:value-of select="@style:name" />
</xsl:attribute>
<xsl:choose>
diff --git a/filter/source/xslt/export/spreadsheetml/table.xsl b/filter/source/xslt/export/spreadsheetml/table.xsl
index cc12281c3d70..5876b8f6fd26 100644
--- a/filter/source/xslt/export/spreadsheetml/table.xsl
+++ b/filter/source/xslt/export/spreadsheetml/table.xsl
@@ -222,7 +222,7 @@
<!-- current node is a table:table-column -->
- <!-- dublicates column elements in case of column-repeated attribute -->
+ <!-- duplicates column elements in case of column-repeated attribute -->
<xsl:template name="repeat-adding-table-column">
<xsl:param name="table:table-column" />
<xsl:param name="numberColumnsRepeated" />
@@ -312,7 +312,7 @@
<!--
Rows as "table:table-row" might be grouped in
"table:table-header-rows" or "table:table-row-group"
- This row-tree will be traversed providing each Row with it's
+ This row-tree will be traversed providing each Row with its
calculatedRowPosition and earlierRowNumber.
By this repeated empty rows might be neglected in the spreadsheetml output,
as the following row will notice the 'gap' and provide @ss:Index,