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

--- Comment #4 from brucehohl <bruceh...@gmail.com> ---
Open each file with an archive tool such as 7zip. Then open content.xml.  Then
examine the defined row styles, for example from LO.ods:

<style:style style:name="ro2" style:family="table-row">
<style:table-row-properties 
  style:row-height="0.452cm" 
  fo:break-before="auto" 
  style:use-optimal-row-height="true"/> 
</style:style> 

The row styles defined and used in each file are different.  Hence, the rows
display differently upon open.  If style:row-height="0.452cm" were instead
style:row-height="1.510cm" the data rows would display as desired. And, it
appears that other rows in LO.ods should use row style r01 instead of r02.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to