summaryrefslogtreecommitdiff
path: root/filter/source/docbook
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-04 09:24:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-04 09:24:09 +0000
commit4844ad4e51f62a197ed71f195d46d989e75eb358 (patch)
treedea7366bc6a98f0d723c3d30a8220c4abc134dcc /filter/source/docbook
parent0bfcf773460e986bc8bef24e1797a38fe2b6c99f (diff)
INTEGRATION: CWS dublinfilterteam07 (1.2.30); FILE MERGED
2003/05/26 16:42:52 abutler 1.2.30.1: #109845# Updated DocBook transformations + fixes
Diffstat (limited to 'filter/source/docbook')
-rw-r--r--filter/source/docbook/docbooktosoffheadings.xsl5
1 files changed, 4 insertions, 1 deletions
diff --git a/filter/source/docbook/docbooktosoffheadings.xsl b/filter/source/docbook/docbooktosoffheadings.xsl
index 2f8725db2459..ca5be04e650a 100644
--- a/filter/source/docbook/docbooktosoffheadings.xsl
+++ b/filter/source/docbook/docbooktosoffheadings.xsl
@@ -503,6 +503,9 @@ xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.
<xsl:when test="ancestor-or-self::footnote">
<xsl:attribute name= "text:style-name"><xsl:text>Footnote</xsl:text></xsl:attribute>
</xsl:when>
+ <xsl:when test="ancestor-or-self::listitem">
+ <xsl:attribute name= "text:style-name"><xsl:text>VarList Item</xsl:text></xsl:attribute>
+ </xsl:when>
<xsl:when test="ancestor-or-self::informaltable">
<xsl:if test="ancestor-or-self::informaltable">
<xsl:attribute name="text:style-name">Table Contents</xsl:attribute>
@@ -748,7 +751,7 @@ xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.
<xsl:template match="itemizedlist">
<xsl:element name="text:unordered-list">
- <xsl:attribute name="text:style-name">UnOrdered List</xsl:attribute>
+ <xsl:attribute name="text:style-name">Itemized List</xsl:attribute>
<xsl:attribute name="text:continue-numbering">false</xsl:attribute>
<xsl:apply-templates/>
</xsl:element>