[Libreoffice-bugs] [Bug 142542] FILEOPEN DOCX Extra paragraph spacing in direct formatted text (comment #5)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 4 18:11:57 UTC 2021


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

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jluth at mail.com
           Keywords|regression                  |
                 OS|Linux (All)                 |All
           Hardware|x86-64 (AMD64)              |All

--- Comment #10 from Justin L <jluth at mail.com> ---
This is not really a regression. It just exposes more clearly an existing
failure.

The "Normal" style turns on autospacing. What LO shows is what it would loook
like with this autospacing enabled. However, the individual paragraphs turn it
off with direct formatting. The problem is that (probably for the sake of not
spamming settings) this 0 value is ignored in finishParagraph because
bIsZeroAutospacingWithoutTopmargin.

So we need to also check that the style is not setting autospacing before
deciding not to write anything.

-- 
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/20210804/a52e7b40/attachment.htm>


More information about the Libreoffice-bugs mailing list