https://bugs.documentfoundation.org/show_bug.cgi?id=170119
--- Comment #9 from Justin L <[email protected]> --- So, lets make up a situation for the general case. The last paragraph of the previous section is in Body Text style (Body Text has 7 pt below spacing). The sectPr has direct formatting 100 point below spacing. Our following paragraph has 200pt above spacing. So on initial import, it ought to display with a 100pt gap. To maintain this gap on a round-trip, it would need to be saved as a 107pt above spacing I expect. That would be a lot of tomfoolery to somehow actually achieve that. Alternatives: -do nothing - force the user to fix it up as desired. -Ahh - this might work. The below spacing is always applied. So just assign the 100pt as the below spacing to the paragraph-before-the-sectpr and then assign 0 to the paragraph after it. But here is a complication that hasn't been handled yet at all. The above and below spacing might come from paragraph styles, but so far we are only checking for direct formatting... -- You are receiving this mail because: You are the assignee for the bug.
