https://bugs.documentfoundation.org/show_bug.cgi?id=134569

--- Comment #3 from Justin L <[email protected]> ---
Created attachment 174253
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174253&action=edit
docum_minimized.docx: with exaggerated spacing

There are only two things that define w:spacing in docum.docx - all in styles:
<w:pPrDefault>   #Document defaults - overridden by Table style
  <w:pPr>
    <w:spacing w:after="200" w:line="276" w:lineRule="auto"/>
  </w:pPr>
</w:pPrDefault>

and 

<w:style w:type="table" w:styleId="Tabellengitternetz">
  <w:name w:val="Table Grid"/>
  <w:pPr>
    <w:spacing w:after="0" w:line="240" w:lineRule="auto"/>
  </w:pPr>

So the table contents should be single spaced (not 1.15) with zero
after-spacing.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to