https://bz.apache.org/bugzilla/show_bug.cgi?id=55075
Javen O'Neal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30405|0 |1 is obsolete| | --- Comment #5 from Javen O'Neal <[email protected]> --- Created attachment 34345 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34345&action=edit SXSSF pictures and drawings attachment 30405 was based on r1384784, with only 1 line changed: --- src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFSheet.java (revision 1763945) +++ src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFSheet.java (working copy) @@ -1704,7 +1704,7 @@ @Override public Drawing createDrawingPatriarch() { - return _sh.createDrawingPatriarch(); + return new SXSSFDrawing((SXSSFWorkbook)getWorkbook(), _sh.createDrawingPatriarch()); } I have rebased the patch to the trunk. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
