diff options
author | Nick Burch <nick@apache.org> | 2009-11-04 00:07:37 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2009-11-04 00:07:37 +0000 |
commit | 4ca0b5535ffe681dd88bf0b36795e0e3fad4c468 (patch) | |
tree | 24f0fb4f6ee0f8583aff975ce23bb3e393caa0ab /src/documentation/content/xdocs | |
parent | 70e958022610fd290c05f5c1ba4d1e20d4b90a7f (diff) | |
download | poi-4ca0b5535ffe681dd88bf0b36795e0e3fad4c468.tar.gz poi-4ca0b5535ffe681dd88bf0b36795e0e3fad4c468.zip |
Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from non zero offsets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 120f6dc709..7185c3e01d 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.6-beta1" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="fix">48038 - handle reading HWPF stylesheets from non zero offsets</action> <action dev="POI-DEVELOPERS" type="add">When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas</action> <action dev="POI-DEVELOPERS" type="fix">45672 - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord)</action> <action dev="POI-DEVELOPERS" type="fix">48096 - relaxed validation check in RecalcIdRecord</action> |