To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96407
Issue #|96407
Summary|style for list-levels used but no reference in odf
Component|framework
Version|OOo 2.4.1
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|tm
Reported by|zagge
------- Additional comments from [EMAIL PROTECTED] Fri Nov 21 04:47:27 +0000
2008 -------
In the following list is generated by OO 2.4.
<draw:frame presentation:style-name="pr1" draw:text-style-name="P1"
draw:layer="layout" svg:width="12.296cm" svg:height="14.964cm"
svg:x="14.311cm" svg:y="3.81cm" presentation:class="outline">
<draw:text-box>
<text:list text:style-name="L1">
<text:list-item>
<text:p text:style-name="P1">First level</text:p>
</text:list-item>
</text:list>
<text:list text:style-name="L1">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P2">Second level</text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
</draw:text-box>
</draw:frame>
The text of the first level uses the style defined in pr1 and by that it uses
also the parent style Default-outline1.
<style:style style:name="pr1" style:family="presentation"
style:parent-style-name="Default-outline1">
That is perfectly fine. However OO uses the style Default-outline2 for the
text "Second level" even that is nowhere defined on the odp.
For me it looks like OO is using some internal knowlage to attach the style
Default-outline2 to the 2. level of the list.
The used style for "Second level" should be defined by the
text:style-name="P2".
The same problem also exists in OO 3.0.0
---------------------------------------------------------------------
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]