[Libreoffice-commits] core.git: filter/source

Julien Nabet serval2412 at yahoo.fr
Thu Feb 1 17:18:01 UTC 2018


 filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 797db19be28937da2742598b36ad4234e2ad13a1
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Fri Jan 26 11:43:17 2018 +0100

    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 at redhat.com>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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>


More information about the Libreoffice-commits mailing list