[Libreoffice-bugs] [Bug 138102] FILEOPEN DOCX Continous section break imported with extra paragraph if the first document node is table
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Nov 28 07:50:05 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=138102
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jluth at mail.com
--- Comment #7 from Justin L <jluth at mail.com> ---
Created attachment 167634
--> https://bugs.documentfoundation.org/attachment.cgi?id=167634&action=edit
sectionBreak.docx: should be only 2 pages
This is obviously a bRemove issue.
I thought it would be as simple as
- && !m_pImpl->GetIsDummyParaAddedForTableInSection()
+ && !(m_pImpl->GetIsDummyParaAddedForTableInSection() &&
m_pImpl->GetIsFirstParagraphInSection())
But it's not.
--
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/20201128/86e2900f/attachment.htm>
More information about the Libreoffice-bugs
mailing list