Bug 166141 - FILEOPEN DOCX: Normal paragraph style gained 0.35cm "space after" when none is defined
Summary: FILEOPEN DOCX: Normal paragraph style gained 0.35cm "space after" when none i...
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
3.6 all versions
Hardware: All All
: low minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks: DOCX-Paragraph
  Show dependency treegraph
 
Reported: 2025-04-11 13:01 UTC by Justin L
Modified: 2025-04-11 13:01 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
forum-mso-de-125863.docx: the example document (37.00 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2025-04-11 13:01 UTC, Justin L
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin L 2025-04-11 13:01:25 UTC
Created attachment 200295 [details]
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.