https://bugs.documentfoundation.org/show_bug.cgi?id=147141
--- Comment #10 from Wittich <[email protected]> --- Created attachment 178071 --> https://bugs.documentfoundation.org/attachment.cgi?id=178071&action=edit Test file created with LO 7.3 with first and rest H/F actived As I wrote above, you can fix the second issue with removing the header-first and footer-first style... so that got me thinking what is this option *-first, so with LO 7.2* you have this option "Same content on first page" when you uncheck it you can enter two different H/F. One called H/F (first) and one H/F (rest). Now if you fill out both the first and the rest it works in LO 6.4. So if I got this right, LO 6.4 read the first as main H/F as it doesn't know about a second H/F (rest). No clue how to fix this... For me, works at the moment the following commands as a fix: file='147141 test 74 13e.ods' unzip -p "$file" styles.xml > styles.xml sed -i -r 's/<style\:(footer|header)\-first style\:display="false"\/>//g2' styles.xml unzip -p "$file" styles.xml > styles.xml Et voilĂ ! -- You are receiving this mail because: You are the assignee for the bug.
