To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110847
User malat changed the following:
What |Old value |New value
================================================================================
Version|1.0.0 |OOo 3.2
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Tue Apr 13 13:53:12 +0000
2010 -------
Here is the local patch I am using:
$ cat /usr/lib/openoffice/basis3.1/share/xslt/docbook/sofftodocbookheadings.xsl
...
<xsl:template match="table:table-cell">
<xsl:element name="entry">
<xsl:if test="@table:number-rows-spanned >'1'">
<xsl:attribute name="morerows">
<xsl:value-of
select="number(@table:number-rows-spanned)-1"/>
</xsl:attribute>
</xsl:if>
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]