]> source.dussan.org Git - poi.git/commit
Fixed bug 53380 -- ArrayIndexOutOfBounds Excetion parsing word 97 document
authorSergey Vladimirov <sergey@apache.org>
Tue, 11 Sep 2012 19:49:44 +0000 (19:49 +0000)
committerSergey Vladimirov <sergey@apache.org>
Tue, 11 Sep 2012 19:49:44 +0000 (19:49 +0000)
commit861bccdf3c31ad9fae6e235ba96910823d3c28e8
treecb9e2b92e5213bd01fa176970aaf026281f68e2d
parenta0ad9be37d61f5c11fe0bb49e824dfdd8127e4ed
Fixed bug 53380 -- ArrayIndexOutOfBounds Excetion parsing word 97 document
We had incorrect implementation for sprmCShd80 (0x4866) 0x66 processing, Shd was used instead of Shd80

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1383584 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hwpf/model/types/SHD80AbstractType.java
src/scratchpad/src/org/apache/poi/hwpf/model/types/SHDAbstractType.java
src/scratchpad/src/org/apache/poi/hwpf/sprm/CharacterSprmUncompressor.java
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java
src/types/definitions/shd80_type.xml
src/types/definitions/shd_type.xml
test-data/document/Bug53380_1.doc [new file with mode: 0644]
test-data/document/Bug53380_2.doc [new file with mode: 0644]