https://bugs.documentfoundation.org/show_bug.cgi?id=172447

--- Comment #4 from Heiko Tietze <[email protected]> ---
(In reply to Eyal Rozenberg from comment #2)
> 3. The styles "Index" and "Caption" are "structural"...
> 4. I doubt the usefulness of the 'List' style..
The default styles are 

                static constexpr OUString aWriterStyles[]
                {
                    u"Standard"_ustr,
                    u"Text body"_ustr,
                    u"Title"_ustr,
                    u"Subtitle"_ustr,
                    u"Heading 1"_ustr,
                    u"Heading 2"_ustr,
                    u"Heading 3"_ustr,
                    u"Heading 4"_ustr,
                    u"Quotations"_ustr,
                    u"Preformatted Text"_ustr
                };

We stop at #4 to have room fur user-defined styles. Maybe your template uses
index, caption, list?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to