[Libreoffice-commits] .: Branch 'libreoffice-3-3' - filter/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Nov 24 07:58:57 PST 2010


 filter/source/xslt/odf2xhtml/export/xhtml/body.xsl |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6998013adf9b17c4c20ea792e7777c609fc044c6
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Nov 24 13:28:09 2010 +0100

    add missing xsl:when start tag
    (cherry picked from commit a720d902988a7fc8e6cbc6e6ab8f82553a56318c)

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 70cb8b7..3e030ba 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -1827,6 +1827,7 @@
 			<xsl:if test="$listStyle/text:list-style/text:list-level-style-number">
 				<xsl:choose>
 					<xsl:when test="$isListHeader">0</xsl:when>
+                    <xsl:when test="$isEmptyList">
 						<!--  An empty list item (no text:h/text:p as child), will not count as item and does not increment the count.  -->
 						<xsl:variable name="tempItemNumber">
 							<xsl:choose>


More information about the Libreoffice-commits mailing list