To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52214
------- Additional comments from [EMAIL PROTECTED] Mon Aug 8 07:05:50 -0700
2005 -------
The final add on for this fix - to keep the width attribute of the neglected
repeated column in the cells - would be in xhtml\table.xsl
exchanging the style creation beyond <!-- set column style (disjunct of cell
style) -->
<!-- set column style (disjunct of cell style) -->
<xsl:choose>
<xsl:when test="normalize-space($currentTableColumn) != ''">
<xsl:value-of select="$globalData/all-styles/[EMAIL PROTECTED]:name =
$currentTableColumn/@table:style-name]/final-properties" />
</xsl:when>
<xsl:otherwise>
<xsl:variable name="columnStyleName"
select="ancestor::table:table/table:table-column/@table:style-name" />
<!-- no currentTableColumn means there is only one column repeated till
the end -->
<xsl:value-of select="$globalData/all-styles/[EMAIL PROTECTED]:name =
$columnStyleName]/final-properties" />
</xsl:otherwise>
</xsl:choose>
---------------------------------------------------------------------
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]