https://bugs.freedesktop.org/show_bug.cgi?id=56513
--- Comment #7 from Luke <[email protected]> --- I found that the regression was introduced by changeset 723f772d for ooo issue 106749. Reverting this changeset, the output document will contain the appropriate headers and footers on each page. The output will actually contain *three* sections, which is a consequence of the separate import bug which messes up the margins on the second page during import (addressed by my first patch). The problem with changeset 723f772d is that the assignment: pAktPageDesc = pPageDesc added by this changeset to MSWordExportBase::OutputSectionBreaks will actually break the logic in MSWordExportBase::SetAktPageDescFromNode: if (pCurrent != pAktPageDesc) So to summarize we have: - an import bug which messes up margins on page 2 - an export bug which fails to promote the page break on page 2 to a section break -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
