To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65441
                  Issue #:|65441
                  Summary:|Wrong nil/none Border import from WordML
                Component:|xml
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|external filters
              Assigned to:|jsi
              Reported by:|stefan_ziel





------- Additional comments from [EMAIL PROTECTED] Tue May 16 05:43:20 -0700 
2006 -------
Importing WordML document that contains tables with border style "nil" or "none"
appears a single-line border

(as i could not find the sources in the repository i´ll use th version of my
installation as reference)

to fix this insert into wordml2ooo_table.xsl 

679:        <!-- mapping border line widths. glu -->
680:        <xsl:choose>
-->           <xsl:when test="$border-style = 'nil' or $border-style = 'none'">
-->             <xsl:attribute name="{concat('fo:border-',
$style-pos)}">hidden</xsl:attribute>
-->           </xsl:when>
681:        <xsl:when test="$border-style = 'single'">

---------------------------------------------------------------------
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]

Reply via email to