Description: The PPTX exported from Keynote for iCloud. Created with the default white theme. Steps to Reproduce: 1. Open the PPTX in Impress 2. Compare to the PDF exported from PowerPoint. Actual Results: The title position is wrong. The subtitle imported as a left aligned bullet item. Expected Results: Title should be vertically centered. Subtitle should have center alignment with no bullet. Reproducible: Always User Profile Reset: No Additional Info: Version: 6.3.2.2 Build ID: 1:6.3.2-0ubuntu0.18.04.1~lo1 CPU threads: 1; OS: Linux 5.0; UI render: default; VCL: gtk3; Locale: en-US (en_IL); UI-Language: en-US Calc: threaded Version: 6.4.0.0.alpha1 Build ID: cc57df8f942f239d29cb575ea5a7cb01405db787 CPU threads: 1; OS: Linux 5.0; UI render: default; VCL: gtk3; Locale: en-US (en_IL); UI-Language: en-US Calc: threaded
Created attachment 155460 [details] PPTX exported from Keynote for iCloud
Created attachment 155461 [details] PDF exported from PowerPoint
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"/>
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=cc6ae367280d205a88c6f907b20b84613221ca52 author Matúš Kukan <matus.kukan@collabora.com> 2014-08-07 13:25:51 +0200 committer Matúš Kukan <matus.kukan@collabora.com> 2014-08-07 21:05:07 +0200 commit cc6ae367280d205a88c6f907b20b84613221ca52 (patch) tree a803f213ac28a7b10cb150388094b546d13821ed parent f4677f58a26d1183af5c91470be0e4f782e6cbeb (diff) bnc#821916: Better algorithm to find placeholder shape. Bisected with: bibisect-44max
This is a duplicate of bug 131554 *** This bug has been marked as a duplicate of bug 131554 ***