https://bugs.documentfoundation.org/show_bug.cgi?id=166141
Bug ID: 166141
Summary: FILEOPEN DOCX: Normal paragraph style gained 0.35cm
"space after" when none is defined
Product: LibreOffice
Version: 3.6 all versions
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: bibisected, bisected, regression
Severity: minor
Priority: low
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 107830
Created attachment 200295
--> https://bugs.documentfoundation.org/attachment.cgi?id=200295&action=edit
forum-mso-de-125863.docx: the example document
In this document, the paragraphs should not be "separated" from each other.
This is about as simple as you can get. There is no paragraph direct properties
(no w:pPr) and no style assigned (so it should inherit from "Normal" - which
looks fairly standard to me).
<w:style w:type="paragraph" w:default="1" w:styleId="Standard">
<w:name w:val="Normal"/>
<w:pPr>
<w:spacing w:line="264" w:lineRule="auto"/> # no w:after="xxx" defined
</w:pPr>
</w:style>
There also are no DocDefaults <w:pPrDefault/> entries, so I'm not sure where
the 0.35 cm of below spacing in the default paragraph style are coming from. It
isn't a LO default for new ODT documents...
This started in LO 3.6.
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=107830
[Bug 107830] [META] DOCX (OOXML) paragraph-related issues
--
You are receiving this mail because:
You are the assignee for the bug.