https://bugs.documentfoundation.org/show_bug.cgi?id=160253
--- Comment #13 from Mike Kaganski <[email protected]> --- Respective quote from the ODF standard: Version 1.3. Part 3, section 16.36 <text:outline-style> [1] > An outline style is a list style that is applied to all headings within a text > document where the heading's paragraph style does not define a list style to > use > itself. However, I likely misunderstood this in comment 12. The "if its paragraph's style doesn't define any list style" likely doesn't apply to our case, where the Chapter Numbering feature, which assigns the outline levels to paragraph styles, results in Heading 1 paragraph style to define "Outline" list style explicitly in its style:list-style-name attribute. The "if its paragraph's style doesn't define any list style" is applicable to this case: neither Heading 1, nor the styles it inherits from, define any list-style-name (and possibly, no default-outline-level?). The headings (text:h) have explicit text:outline-level set. In this case, the Outline list style is applied automatically. [1] https://docs.oasis-open.org/office/OpenDocument/v1.3/OpenDocument-v1.3-part3-schema.html#a_16_36__text_outline-style_ -- You are receiving this mail because: You are the assignee for the bug.
