Kaydet (Commit) 7c0124ef authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo

Change-Id: I77133378411c573dd1075d40c7e113b305b3dbba
Reviewed-on: https://gerrit.libreoffice.org/72017
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 4cd4063f
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment