diff options
author | Yegor Kozlov <yegor@apache.org> | 2012-03-11 07:19:07 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2012-03-11 07:19:07 +0000 |
commit | 1cbefe6afbca61839950d9018dc8b6809f2c974c (patch) | |
tree | f2bab6fba1aa6703550041a14be74d0355bd2640 /src/documentation/content/xdocs | |
parent | 07953482050cf00dad98e54a850abde0756cd567 (diff) | |
download | poi-1cbefe6afbca61839950d9018dc8b6809f2c974c.tar.gz poi-1cbefe6afbca61839950d9018dc8b6809f2c974c.zip |
Bugzilla 52835 - Tolerate missing Count and UniqueCount attributes when parsing shared strings table in XSSF eventusermodel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1299338 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 df242e6444..8d0cb5dc94 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.8-beta6" date="2012-??-??"> + <action dev="poi-developers" type="fix">52835 - Tolerate missing Count and UniqueCount attributes when parsing shared strings table in XSSF eventusermodel</action> <action dev="poi-developers" type="add">52818 - Added implementation for RANK()</action> <action dev="poi-developers" type="fix">52682 - allow setting text with trailing carriage return in HSLF</action> <action dev="poi-developers" type="fix">52244 - use correct text attributes when presentation has multiple TxMasterStyleAtoms of the same type</action> |