summaryrefslogtreecommitdiff
path: root/filter/source/xslt/export/spreadsheetml/table.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xslt/export/spreadsheetml/table.xsl')
-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 810e1a20bef6..336e60907cc7 100644
--- a/filter/source/xslt/export/spreadsheetml/table.xsl
+++ b/filter/source/xslt/export/spreadsheetml/table.xsl
@@ -818,7 +818,7 @@
<!-- issue in Excel: can not have an empty 'DateTime' cell -->
<xsl:attribute name="ss:Type">DateTime</xsl:attribute>
<!-- Gathering information of two StarOffice date/time attributes
- Excel always needs both informations in one attribute -->
+ Excel always needs both pieces of information in one attribute -->
<xsl:choose>
<xsl:when test="@office:date-value">
<!-- office:date-value may contain time (after 'T')-->