https://bugs.documentfoundation.org/show_bug.cgi?id=154372
--- Comment #1 from Klaatu <[email protected]> --- I've opened styles.xml from the ODT file, and I can confirm that an extra text:p element appears after the table. If I remove that element, the blank line disappears from the LibreOffice header. Example: ```xml ...snip... <text:p text:style-name="MP5">MY HEADER TEXT</text:p> </table:table-cell></table:table-row></table:table> <text:p text:style-name="MP6"/> </style:header-first> </style:master-page> </office:master-styles></office:document-styles> ``` When I remove `<text:p text:style-name="MP6"/>`, the line is gone in LibreOffice. I've only tested this in the header, but I assume it's probably true for the footer as well. -- You are receiving this mail because: You are the assignee for the bug.
