summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2018-01-26 11:43:17 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-02-01 18:17:34 +0100
commit797db19be28937da2742598b36ad4234e2ad13a1 (patch)
tree0588e1947f17590ad336c9775007f0cae6f67308 /filter
parent914b211addb231d24f721bdf249b4cc19658a308 (diff)
Fix code typos odf2uof_spreadsheet
+ remove the duplicate "top" line Change-Id: I74f2250d531637ee910e0dfcf77c339acebe8779 Reviewed-on: https://gerrit.libreoffice.org/48679 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl7
1 files changed, 3 insertions, 4 deletions
diff --git a/filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl b/filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl
index e5a126ec6104..c5bc9c14d4f0 100644
--- a/filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl
+++ b/filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl
@@ -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>