Kaydet (Commit) 797db19b authored tarafından Julien Nabet's avatar Julien Nabet

Fix code typos odf2uof_spreadsheet

+ remove the duplicate "top" line

Change-Id: I74f2250d531637ee910e0dfcf77c339acebe8779
Reviewed-on: https://gerrit.libreoffice.org/48679Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 914b211a
......@@ -2358,10 +2358,9 @@
<xsl:attribute name="uof:locID">s0116</xsl:attribute>
<xsl:choose>
<xsl:when test="style:chart-properties/@fo:vertical-align = 'top'">top</xsl:when>
<xsl:when test="style:chart-propeoperties/@fo:vertical-align = 'middle'">center</xsl:when>
<xsl:when test="style:charties/@fo:vertical-align = 'bottom'">bottom</xsl:when>
<xsl:when test="style:chart-prrt-properties/@fo:vertical-align = 'justify'">justify</xsl:when>
<xsl:when test="style:chart-properties/@fo:vertical-align = 'top'">top</xsl:when>
<xsl:when test="style:chart-properties/@fo:vertical-align = 'middle'">center</xsl:when>
<xsl:when test="style:chart-properties/@fo:vertical-align = 'bottom'">bottom</xsl:when>
<xsl:when test="style:chart-properties/@fo:vertical-align = 'justify'">justify</xsl:when>
<xsl:otherwise>distributed</xsl:otherwise>
</xsl:choose>
</xsl:element>
......
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