[Libreoffice-bugs] [Bug 128547] [FILEOPEN PPTX] bad formatting of title and subtitle

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Nov 3 11:50:19 UTC 2019


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

--- Comment #3 from Pablo <pablo.platt at gmail.com> ---
ppt/slides/slide1.xml has the correct layout for the title and subtitle.
Title:
<p:nvPr><p:ph type="ctrTitle"/></p:nvPr>
Subtitle:
<p:nvPr><p:ph type="subTitle" sz="quarter" idx="1"/></p:nvPr>

ppt/slideLayouts/slideLayout1.xml has other layout for the title and subtitle.
Title:
<p:nvPr><p:ph type="title"/></p:nvPr>
Subtitle:
<p:nvPr><p:ph type="body" sz="quarter" idx="1"/></p:nvPr>

For some reason slide1.xml doesn't override slideLayout1.xml which cause the
bad layout.

I can manually edit ppt/slideLayouts/slideLayout1.xml to make it look as
desited   but it shouldn't be required.
---<p:ph type="title"/>
+++<p:ph type="ctrTitle"/>

---<p:ph type="body" sz="quarter" idx="1"/>
+++<p:ph type="subTitle" idx="1"/>

-- 
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/20191103/72f82399/attachment.html>


More information about the Libreoffice-bugs mailing list