diff options
author | Yegor Kozlov <yegor@apache.org> | 2012-10-04 11:23:32 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2012-10-04 11:23:32 +0000 |
commit | 7432358cf7bc369585024f2b2b343d9393d15eef (patch) | |
tree | 3cbdd9094ba959659274f2a80399f4f86631baa8 /src/documentation/content/xdocs | |
parent | e4512b8d5ad3873b5dbc6c2e2e39465f4c621768 (diff) | |
download | poi-7432358cf7bc369585024f2b2b343d9393d15eef.tar.gz poi-7432358cf7bc369585024f2b2b343d9393d15eef.zip |
Bugzilla 53568 - Set shapes anchors in XSSF when reading from existing drawings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1393992 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 99234ca012..0d13e0b3c4 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.9-beta1" date="2012-??-??"> + <action dev="poi-developers" type="fix">53568 - Set shapes anchors in XSSF when reading from existing drawings</action> <action dev="poi-developers" type="add">HSSFOptimiser will now also tidy away un-used cell styles, in addition to duplicate styles</action> <action dev="poi-developers" type="fix">53493 - Fixed memory and temporary file leak in SXSSF </action> <action dev="poi-developers" type="fix">53780 - Fixed memory and temporary file leak in SXSSF </action> |