[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 9 04:54:17 UTC 2019
filter/source/xslt/export/spreadsheetml/styles.xsl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 7c0124ef386c85801c90bf418510d07989821e74
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:16:46 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Thu May 9 06:53:08 2019 +0200
Fix typo
Change-Id: I77133378411c573dd1075d40c7e113b305b3dbba
Reviewed-on: https://gerrit.libreoffice.org/72017
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/filter/source/xslt/export/spreadsheetml/styles.xsl b/filter/source/xslt/export/spreadsheetml/styles.xsl
index 54ae12c4d93f..8c9c042dda8d 100644
--- a/filter/source/xslt/export/spreadsheetml/styles.xsl
+++ b/filter/source/xslt/export/spreadsheetml/styles.xsl
@@ -291,7 +291,7 @@
<xsl:when test="contains($numberStyle/number:text, '$')">
<xsl:text>Currency</xsl:text>
</xsl:when>
- <!-- OASIS XML adapation -->
+ <!-- OASIS XML adaptation -->
<xsl:otherwise>
<xsl:text>General</xsl:text>
</xsl:otherwise>
@@ -351,13 +351,13 @@
$numberStyle/number:year/@number:style='long'">
<xsl:text>Short Date</xsl:text>
</xsl:when>
- <!-- OASIS XML adapation -->
+ <!-- OASIS XML adaptation -->
<xsl:otherwise>
<xsl:text>Short Date</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
- <!-- OASIS XML adapation -->
+ <!-- OASIS XML adaptation -->
<xsl:otherwise>
<xsl:text>General</xsl:text>
</xsl:otherwise>
More information about the Libreoffice-commits
mailing list