https://issues.apache.org/bugzilla/show_bug.cgi?id=45583
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Yegor Kozlov <[email protected]> 2009-08-20 07:03:40 PDT --- Fixed in r806172 the fix consists of two parts: - improved reading of the ClipboardData packet in OLE property sets - it was the actual reason of the exception - changed HWPF (and other modules) to read OLE properties on demand, not when constructing documents. HSSF already uses this lazy approach and it makes sense be consistent across all POI modules. Regards, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
