https://bz.apache.org/bugzilla/show_bug.cgi?id=60499
Andreas Beeker <kiwiwi...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Andreas Beeker <kiwiwi...@apache.org> --- I regard the original issue as invalid - if you have multiple references to the same part (e.g. a png image), you would have each time a new relationship - i.e. relationships aren't reused. I have to admit, that I haven't search the ECMA spec for this definition, but if you do the same manually via MS/Libre Office you actually get not only a copied relationship but also a second media part. After I adopted your sample to this handling, the resulting pptx was still corrupt as the POIXMLDocumentPart.removeRelation(POIXMLDocumentPart) method didn't handle multiple references correct. This was fixed via r1808661 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org