https://bz.apache.org/ooo/show_bug.cgi?id=127633
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|NOT_AN_OOO_ISSUE |--- --- Comment #8 from [email protected] --- Currently this is what is EXPORTED from LibreOffice (I assume the same problem is with OpenOffice): <p style="margin-bottom: 0cm; line-height: 100%">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%">Text</p> <p style="margin-bottom: 0cm; line-height: 100%">Text</p> <p style="margin-bottom: 0cm; line-height: 100%">Text</p> <p style="margin-bottom: 0cm; line-height: 100%">Text</p> <p style="margin-bottom: 0cm; line-height: 100%">End.</p> One solution would be to make LibreOffice export (and I presume then normal CTRL+C and CTRL+V will work as desired) the above mentioned HTML like this: <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">Text here</p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm"><br/> </p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">Text</p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">Text</p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">Text</p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">Text</p> <p style="margin-bottom: 0cm; line-height: 100%; margin-top: 0cm">End.</p> To reiterate, the problem with the current system seems to be: 1) Paragraphs have default margin-top value. The margin-top value should be 0cm! -- You are receiving this mail because: You are the assignee for the issue.
