[Libreoffice-bugs] [Bug 132680] FILESAVE PPTX: image disappears during roundtrip 365->Impress->365 (though still visible in Impress)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri May 8 15:11:57 UTC 2020


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

--- Comment #7 from Italo Vignoli <italo at italovignoli.com> ---
This is the XML snippet for the image in the original PPTX:

<p:pic>
        <p:nvPicPr>
          <p:cNvPr id="7" name="Picture Placeholder 6"/>
          <p:cNvPicPr>
            <a:picLocks noGrp="1" noChangeAspect="1"/>
          </p:cNvPicPr>
          <p:nvPr>
            <p:ph type="pic" sz="quarter" idx="12"/>
          </p:nvPr>
        </p:nvPicPr>
        <p:blipFill rotWithShape="1">
          <a:blip r:embed="rId3">
            <a:extLst>
              <a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}">
                <a14:useLocalDpi
xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main" val="0"/>
              </a:ext>
            </a:extLst>
          </a:blip>
          <a:srcRect l="4393" r="4393"/>
          <a:stretch/>
        </p:blipFill>
        <p:spPr/>
      </p:pic>

As you can see, the link to the image in the Media folder is missing, and this
might be the reason why LibreOffice is losing the reference, although the XML
is exactly the same.

-- 
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/20200508/28014984/attachment.htm>


More information about the Libreoffice-bugs mailing list