diff options
author | Josh Micich <josh@apache.org> | 2009-06-01 18:41:01 +0000 |
---|---|---|
committer | Josh Micich <josh@apache.org> | 2009-06-01 18:41:01 +0000 |
commit | 894c1e06530e7a42785c94fe1872bfc8014fde20 (patch) | |
tree | 82d7340ac04c896c927cb7619b30971219ff104c /src/documentation/content | |
parent | 692f9d2dcbd59496d3d290aaa970d36dd4510dfd (diff) | |
download | poi-894c1e06530e7a42785c94fe1872bfc8014fde20.tar.gz poi-894c1e06530e7a42785c94fe1872bfc8014fde20.zip |
Bugzilla 47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records after other non-PSB records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-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 d9c063455d..01d4a1f706 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -35,6 +35,7 @@ <release version="3.5-beta7" date="2009-??-??"> </release> <release version="3.5-beta6" date="2009-06-11"> + <action dev="POI-DEVELOPERS" type="fix">47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records after other non-PSB records</action> <action dev="POI-DEVELOPERS" type="fix">47069 - Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct values after removal of all rows</action> <action dev="POI-DEVELOPERS" type="fix">47278 - Fixed XSSFCell to avoid generating xsi:nil entries in shared string table</action> <action dev="POI-DEVELOPERS" type="fix">47206 - Fixed XSSFCell to properly read inline strings</action> |