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

--- Comment #3 from Pablo <pablo.pl...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to