[Libreoffice-bugs] [Bug 136706] FILEOPEN: Five page style generated on import from DOCX (only 1 with DOC)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 14 17:23:33 UTC 2020


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

--- Comment #5 from Justin L <jluth at mail.com> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200914/80a131ce/attachment.htm>


More information about the Libreoffice-bugs mailing list