aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2011-07-15 09:18:09 +0000
committerYegor Kozlov <yegor@apache.org>2011-07-15 09:18:09 +0000
commita58d9dd33ba004e2c3e98def20174fc63a743a7e (patch)
tree046a09944322a8e114af150e0780593cd3cdee61 /src/documentation/content
parent673891cc9ed0b3a19412a53aa8cbae19b5c41748 (diff)
downloadpoi-a58d9dd33ba004e2c3e98def20174fc63a743a7e.tar.gz
poi-a58d9dd33ba004e2c3e98def20174fc63a743a7e.zip
Bug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are missing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r--src/documentation/content/xdocs/status.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 58738599dd..da2b6b8423 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,7 @@
<changes>
<release version="3.8-beta4" date="2011-??-??">
+ <action dev="poi-developers" type="fix">51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are missing</action>
<action dev="poi-developers" type="fix">51502 - Correct Subtotal function javadoc entry</action>
<action dev="poi-developers" type="add">Support for hyperlinks in SXSSF</action>
<action dev="poi-developers" type="fix">49933 - Word 6/95 documents with sections cause ArrayIndexOutOfBoundsException</action>