]> source.dussan.org Git - poi.git/commit
fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE records
authorYegor Kozlov <yegor@apache.org>
Fri, 23 Nov 2007 12:52:51 +0000 (12:52 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 23 Nov 2007 12:52:51 +0000 (12:52 +0000)
commit0f33ddd13a5241bc2e35d6fcba89629e20c0e42c
treeaea7c2c5e72a38874cdddc0027f69f504d7dfd09
parent9fb05243c423d189a94da52841c2f5bb157977cb
fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE records

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597654 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/record/DrawingRecord.java
src/java/org/apache/poi/hssf/record/RecordFactory.java
src/testcases/org/apache/poi/hssf/data/39512.xls [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/TestRecordFactory.java