https://bugs.documentfoundation.org/show_bug.cgi?id=105886
--- Comment #4 from Ofir <[email protected]> ---
The PPTX has <mc:AlternateContent> element with <mc:Choice> element and
<mc:Fallback> element.
Instead of creating a single shape for <mc:Fallback>, Impress creates two
shapes, one for <mc:Choice> and one for <mc:Fallback>.
ppt/slides/slide1.xml:
<mc:AlternateContent
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006">
<mc:Choice
xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main"
Requires="a14">
<p:sp>
</p:sp>
</mc:Choice>
<mc:Fallback>
<p:sp>
</p:sp>
</mc:Fallback>
</mc:AlternateContent>
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs