https://bugs.documentfoundation.org/show_bug.cgi?id=75221
--- Comment #16 from Peter <[email protected]> ---
I think this is not a bug but a misconception. Space between paragraphs
actually means additional space. The expected functionality is:
Definitions:
nominal_space_above_paragraph = space between lines in paragraph
nominal_space_below_paragraph = 0 (no space)
nominal_space_of_paragraph = nominal_space_above_paragraph
additional_space_above_paragraph
additional_space_below_paragraph
Space between former paragraph1 and following paragraph2 is
space_paragraph1_paragraph2 = nominal_space_of_paragraph2 +
additional_space_above_paragraph2 + additional_space_below_paragraph1
When "don't add space" is on
space_paragraph1_paragraph2 = nominal_space_of_paragraph2
I think the importance must be high because when line spacing is not single the
all stuff is useless.
PS. In my opinion, the better is:
space_paragraph1_paragraph2 = nominal_space_of_paragraph2 +
max(additional_space_above_paragraph2, additional_space_below_paragraph1)
--
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