Created attachment 204936 [details] Sample ODP The attached ODP contains three slides, with an embedded WordPad OLE object on each. Open and save it as PPTX. After unzipping the PPTX, note how there's only a 'ppt/embeddings/oleObject1.bin', and no 'oleObject2.bin' and 'oleObject3.bin'. The single 'oleObject1.bin' is referenced from each 'ppt/slides/_rels/slideN.xml.rels'. This occurs since the following commit in 5.2: https://git.libreoffice.org/core/commit/00d1c2800c10d542673ab6f5a5baa26aa1cbb20e https://cgit.freedesktop.org/libreoffice/core/commit/?id=00d1c2800c10d542673ab6f5a5baa26aa1cbb20e author Michael Stahl <mstahl@redhat.com> Mon Jan 11 10:59:17 2016 +0100 committer Michael Stahl <mstahl@redhat.com> Mon Jan 11 11:22:25 2016 +0100 "oox: deterministic oleObject stream numbering" The problem is that the commit changed the global counter to a member variable, causing it to start from 1 on each slide.