diff options
author | Josh Micich <josh@apache.org> | 2009-01-16 23:13:11 +0000 |
---|---|---|
committer | Josh Micich <josh@apache.org> | 2009-01-16 23:13:11 +0000 |
commit | 64509ab218d6ef5d856bc4ebbf3af241279e9714 (patch) | |
tree | 1c163def4ec0c268a2f2eac74acdafd007b700f0 /src/documentation | |
parent | bf424cbb4297f89cc63b0701193aeced20c9e8d6 (diff) | |
download | poi-64509ab218d6ef5d856bc4ebbf3af241279e9714.tar.gz poi-64509ab218d6ef5d856bc4ebbf3af241279e9714.zip |
Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + some mods)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 1 | ||||
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 0502ddc4b1..dbac53ad9b 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -37,6 +37,7 @@ <!-- Don't forget to update status.xml too! --> <release version="3.5-beta5" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="fix">46548 - Print Settings Block fixes - continued PLS records and PSB in sheet sub-streams</action> <action dev="POI-DEVELOPERS" type="add">46523 - added implementation for SUMIF function</action> <action dev="POI-DEVELOPERS" type="add">Support for reading HSSF column styles</action> <action dev="POI-DEVELOPERS" type="fix">Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written POIXMLPropertiesTextExtractor</action> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index aaab68a12f..93ab10e196 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.5-beta5" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="fix">46548 - Print Settings Block fixes - continued PLS records and PSB in sheet sub-streams</action> <action dev="POI-DEVELOPERS" type="add">46523 - added implementation for SUMIF function</action> <action dev="POI-DEVELOPERS" type="add">Support for reading HSSF column styles</action> <action dev="POI-DEVELOPERS" type="fix">Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written POIXMLPropertiesTextExtractor</action> |