[Libreoffice-bugs] [Bug 136668] Fileopen generated DOCX: Blank page between regular pages

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 15 10:45:10 UTC 2020


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

--- Comment #3 from Vladimir Borisov <vect0r86 at mail.ru> ---
Issue is caused by the following text sizes:
<w:sz w:val="0"/><w:szCs w:val="0"/>
in last paragraph with section properties.
Seems like Writer interpretes zero-sized font somehow buggy...
Can be fixed by specifying minimal values that Writer allows in UI:
<w:sz w:val="4"/><w:szCs w:val="4"/>

-- 
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/20200915/8c9c14a3/attachment.htm>


More information about the Libreoffice-bugs mailing list