summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
commitc32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch)
tree3807c57d8a33588f33a3d5cbed51ccff9bb40791 /filter
parent435f5e30c968ffd5761873f8b3f756949545ce72 (diff)
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/export/spreadsheetml/table.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/export/spreadsheetml/table.xsl b/filter/source/xslt/export/spreadsheetml/table.xsl
index 336e60907cc7..65f8c9465de1 100644
--- a/filter/source/xslt/export/spreadsheetml/table.xsl
+++ b/filter/source/xslt/export/spreadsheetml/table.xsl
@@ -514,7 +514,7 @@
</xsl:choose>
</xsl:when>
<!-- Fastest cell repetition by creating cell once and copying, works not for
- a) cells with formula (need of actual cell postition)
+ a) cells with formula (need of actual cell position)
b) cells, which start with ss:Index (as ss:Index is not allowed to be repeated) -->
<xsl:when test="not(@table:formula) and not($setIndex)">
<!-- In case a non-empty cell is being repeated, the cell will be created