To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65442
------- Additional comments from [EMAIL PROTECTED] Tue May 16 14:39:07 -0700
2006 -------
finally found the source so here comes the patch:
Index: wordml2ooo_table.xsl
===================================================================
RCS file: /cvs/framework/filter/source/xslt/import/wordml/wordml2ooo_table.xsl,v
retrieving revision 1.8
diff -u -r1.8 wordml2ooo_table.xsl
--- wordml2ooo_table.xsl 8 Sep 2005 22:13:21 -0000 1.8
+++ wordml2ooo_table.xsl 16 May 2006 21:38:06 -0000
@@ -1266,7 +1273,7 @@
<xsl:value-of select="w:tcPr/w:gridSpan/@w:val"/>
</xsl:attribute>
</xsl:if>
- <xsl:apply-templates select="w:p | w:tbl"/>
+ <xsl:apply-templates select="w:p | wx:pBdrGroup | w:tbl"/>
</xsl:element>
</xsl:template>
<xsl:template name="convert2in_special">
---------------------------------------------------------------------
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]