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 88f0d8addbd6..a5875c2068b9 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -4253,7 +4253,7 @@
<xsl:when test="ss:Alignment/@ss:Vertical = 'Center'">middle</xsl:when>
<xsl:when test="ss:Alignment/@ss:Vertical = 'Bottom'">bottom</xsl:when>
<xsl:when test="ss:Alignment/@ss:Vertical = 'Automatic'">middle</xsl:when>
- <!-- actually for vertical writen characters, not supported by StarOffice/OpenOffice now yet -->
+ <!-- actually for vertical written characters, not supported by StarOffice/OpenOffice now yet -->
<xsl:otherwise>middle</xsl:otherwise>
</xsl:choose>
</xsl:variable>