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

--- Comment #5 from Justin L <[email protected]> ---
(In reply to Justin L from comment #3)
> It looks like two extra page styles are created for every "footnote
> section". That ought to be unnecessary.

Thanks to Michael Stahl's 7.0 change it ought to be possible to ignore footnote
sections for closeSectionGroup:
 if (m_aPropertyStacks[eId].size() == 1) // bug 112202 only top level !!!
            m_pLastSectionContext = m_aPropertyStacks[eId].top();


Perhaps it would be possible to skip this function altogether for comments and
footnotes.  (Michael already in that commit excluded comments from most of the
code in closeSectionGroup).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to