summaryrefslogtreecommitdiff
path: root/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl')
-rw-r--r--filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index 00b3cc98adda..97ce7e7538d4 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -6620,7 +6620,7 @@
<!-- the following block is not used, if the cell had been repeated earlier -->
<xsl:when test="$nextCell and not($cell-is-repeatable and $col-repeated = 1)">
<xsl:choose>
- <!-- After cells can not longer be repeated write out the attribute -->
+ <!-- After cells can no longer be repeated write out the attribute -->
<xsl:when test="not($cell-is-repeatable) and $col-repeated > 1">
<xsl:attribute name="table:number-columns-repeated">
<xsl:value-of select="$col-repeated"/>