DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43376>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43376 ------- Additional Comments From [EMAIL PROTECTED] 2007-09-17 09:33 ------- On closer inspection, it appears that the macros aren't in a different stream. So, it isn't a case of us loosing OLE2 streams - all the OLE2 streams in the source document are ending up in the final one. (That said, it is now possible to ask HSLF to preserve all OLE2 nodes, much as you have been able to do with HSSF) However, the PowerPoint stream is shrinking in size, so some data is getting lost. Your best bet is to compare the two files using the org.apache.poi.hslf.dev tools, and try to spot where your data is going missing. My guess is that we're not re-serialising one of the key records properly. If you can figure out exactly where the data loss is occuring, then hopefully we can fix it -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
