diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:16:46 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-05-09 06:53:08 +0200 |
commit | 7c0124ef386c85801c90bf418510d07989821e74 (patch) | |
tree | 03dc5b0e3dad7537db6e75e0f2a7d5cc9dc3a38b | |
parent | 4cd4063f9cf531d1e948f27fcfd2eaed3d4a1a2d (diff) |
Fix typo
Change-Id: I77133378411c573dd1075d40c7e113b305b3dbba
Reviewed-on: https://gerrit.libreoffice.org/72017
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | filter/source/xslt/export/spreadsheetml/styles.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
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> |