diff options
author | Nick Burch <nick@apache.org> | 2011-02-18 15:29:22 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2011-02-18 15:29:22 +0000 |
commit | 51653729ce39bab500b910cfc4ee07e21fe2beaf (patch) | |
tree | 4f7ffdb6edb646a9dacc94cb7a19974b34dc387d /src/documentation | |
parent | b585dd59a6e02a56cd18bf7510531cb7854d6d79 (diff) | |
download | poi-51653729ce39bab500b910cfc4ee07e21fe2beaf.tar.gz poi-51653729ce39bab500b910cfc4ee07e21fe2beaf.zip |
Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072022 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-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 ef158f1f93..44524a32ae 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.8-beta1" date="2010-??-??"> + <action dev="poi-developers" type="fix">50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another</action> <action dev="poi-developers" type="fix">46664 - When creating HSSF Print Areas, ensure the named range is reference based not value based</action> <action dev="poi-developers" type="fix">50756 - When formatting numbers based on their Cell Style, treat GENERAL the same as the more typical General</action> <action dev="poi-developers" type="fix">fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number of cell styles was exceeded</action> |