Author: pfg
Date: Fri Feb 24 15:45:41 2012
New Revision: 1293302

URL: http://svn.apache.org/viewvc?rev=1293302&view=rev
Log:
i77112 - revert for now: It's not clear why the author did not include this in 
CWS xsltfilter10.

Modified:
    
incubator/ooo/trunk/main/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl

Modified: 
incubator/ooo/trunk/main/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl?rev=1293302&r1=1293301&r2=1293302&view=diff
==============================================================================
--- 
incubator/ooo/trunk/main/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
 (original)
+++ 
incubator/ooo/trunk/main/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
 Fri Feb 24 15:45:41 2012
@@ -6145,7 +6145,7 @@
                                                                <xsl:with-param 
name="rows" select="ss:Table/ss:Rows[@ss:Span]"/>
                                                        </xsl:call-template>
                                                </xsl:variable>
-                                               <xsl:value-of 
select="count(ss:Table/ss:Row) + number($spannedRows)"/>
+                                               <xsl:value-of 
select="count(ss:Table/ss:Row + number($spannedRows))"/>
                                        </xsl:when>
                                        <xsl:otherwise>
                                                <xsl:value-of 
select="count(ss:Table/ss:Row)"/>


Reply via email to