To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=45472
------- Additional comments from [EMAIL PROTECTED] Fri Aug 26 06:12:24 -0700 2005 ------- FME: The same situation works fine in OOo 1.1. Comparing the styles.xml generated by OOo 1.1 and OOo 2.0 shows that the definitions of style "Derived from Heading 1" look different: OOo 1.1: <style:style style:name="Derived from Heading 1" style:family="paragraph" style:parent-style-name="Heading 1" style:class="text" style:master-page-name=""> <style:properties style:page-number="0" fo:break-before="auto" fo:break-after="auto"/> </style:style> OOo 2.0: <style:style style:name="Derived_20_from_20_Heading_20_1" style:display-name="Derived from Heading 1" style:family="paragraph" style:parent-style-name="Heading_20_1" style:class="text"> <style:paragraph-properties fo:break-before="auto" fo:break-after="auto"/> </style:style> Adding either style:master-page-name="" or style:page-number="0" to the style definition in the OOo 2.0 document resolves the problem. So maybe this is an export problem? --------------------------------------------------------------------- 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]
