To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65465
Issue #:|65465
Summary:|In WordML all paragraphs are at least assigned to
|"Normal" format
Component:|framework
Version:|OOo 2.0
Platform:|All
URL:|
OS/Version:|All
Status:|UNCONFIRMED
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|code
Assigned to:|mba
Reported by:|stefan_ziel
------- Additional comments from [EMAIL PROTECTED] Tue May 16 13:46:29 -0700
2006 -------
In WordML all paragraphs are at least assigned to "Normal" format
here the patch
cvs -z9 diff wordml2ooo_text.xsl (in directory
C:\oo\filter\source\xslt\import\wordml\)
Index: wordml2ooo_text.xsl
===================================================================
RCS file: /cvs/framework/filter/source/xslt/import/wordml/wordml2ooo_text.xsl,v
retrieving revision 1.9
diff -r1.9 wordml2ooo_text.xsl
177c177,178
< <xsl:if test="w:pPr/w:pStyle">
---
> <xsl:choose>
> <xsl:when test="w:pPr/w:pStyle">
179c180
< <xsl:value-of
select="concat('w',translate(w:pPr/w:pStyle/@w:val,'
[EMAIL PROTECTED](&)+/,;?<>{}[]:','_'))"/>
---
> <xsl:value-of
select="concat('w',translate(w:pPr/w:pStyle/@w:val,'
[EMAIL PROTECTED](&)+/,;?<>{}[]:','_'))" />
181c182,186
< </xsl:if>
---
> </xsl:when>
> <xsl:otherwise>
> <xsl:attribute
name="style:parent-style-name">wNormal</xsl:attribute>
> </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]