[Libreoffice-bugs] [Bug 112443] FILEOPEN, DOCX Document footer is rendered twice
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 28 13:46:46 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=112443
--- Comment #6 from Patrick Jaap <patrick.jaap at tu-dresden.de> ---
I can comment on this bug:
The document.xml reads
[...]
<w:headerReference w:type="even" r:id="rId7"/>
<w:headerReference w:type="default" r:id="rId8"/>
<w:footerReference w:type="even" r:id="rId9"/>
<w:footerReference w:type="default" r:id="rId10"/>
<w:headerReference w:type="first" r:id="rId11"/>
<w:footerReference w:type="first" r:id="rId12"/>
[...]
<w:titlePg/>
[...]
"rId9" is the label of "footer1.xml" -> even
"rId10" is the label of "footer2.xml" -> default
"rId12" is the label of "footer3.xml" -> first
The ooxml standard says: if <w:titlePg/> appears in the section (and it does)
the "first page footer" has to be used. And this is here the case
(footer3.xml)!
Following the specification, LO does not do anything wrong here. Question is,
why MSO uses the "even page footer" (footer1.xml) on the title page?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170928/4e9857c2/attachment.html>
More information about the Libreoffice-bugs
mailing list