diff options
author | Yegor Kozlov <yegor@apache.org> | 2008-05-05 13:59:38 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2008-05-05 13:59:38 +0000 |
commit | db6813e14d100fa35038b450cc7109bc0280b2a6 (patch) | |
tree | ffae37a0d88234bfaa7728d413972f6c3ea8a17f /src | |
parent | 2f8a62abc70189703947d1e8df38206cd0f32a15 (diff) | |
download | poi-db6813e14d100fa35038b450cc7109bc0280b2a6.tar.gz poi-db6813e14d100fa35038b450cc7109bc0280b2a6.zip |
take into account indentation in HSSFSheet.autosizeColumn
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 0b1c347b95..e9059493b7 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -40,7 +40,7 @@ <action dev="POI-DEVELOPERS" type="fix">44914 - Fix/suppress warning message "WARN. Unread n bytes of record 0xNN"</action> <action dev="POI-DEVELOPERS" type="fix">44892 - made HSSFWorkbook.getSheet(String) case insensitive</action> <action dev="POI-DEVELOPERS" type="fix">44886] - Correctly process PICT metafile in EscherMetafileBlip</action> - <action dev="POI-DEVELOPERS" type="fix">44893 - Correctly handle merged regions in HSSFSheet.autoSizeColumn</action> + <action dev="POI-DEVELOPERS" type="fix">44893 - Take into account indentation in HSSFSheet.autoSizeColumn</action> </release> <release version="3.1-beta1" date="2008-04-28"> <action dev="POI-DEVELOPERS" type="fix">44857 - Avoid OOM on unknown escher records when EscherMetafileBlip is incorrect</action> |