diff options
author | Nick Burch <nick@apache.org> | 2009-11-25 11:45:37 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2009-11-25 11:45:37 +0000 |
commit | 5cf512174e197b200f72656096d9b426aa2be137 (patch) | |
tree | 8f23cafd5d2ee3506d38281ec77ca1434e54f7ae /src/documentation | |
parent | ab15ad1b66e1695a6a0c061a6d094f4561ccd966 (diff) | |
download | poi-5cf512174e197b200f72656096d9b426aa2be137.tar.gz poi-5cf512174e197b200f72656096d9b426aa2be137.zip |
Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884061 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index fcba869f2d..10e006b4e3 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,7 +34,8 @@ <changes> <release version="3.6-beta1" date="2009-??-??"> - <action dev="POI-DEVELOPERS" type="fix">24601 - fix fetching of error codes from XSSF formula cells</action> + <action dev="POI-DEVELOPERS" type="fix">48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor</action> + <action dev="POI-DEVELOPERS" type="fix">48269 - fix fetching of error codes from XSSF formula cells</action> <action dev="POI-DEVELOPERS" type="fix">48229 - fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth </action> <action dev="POI-DEVELOPERS" type="fix">47757 - fixed XLSX2CSV to avoid exception when processing cells with multiple "t" elements</action> <action dev="POI-DEVELOPERS" type="add">48195 - short-circuit evaluation of IF() and CHOOSE()</action> |