diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-02-01 15:07:25 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-02-01 15:07:25 +0000 |
commit | f6fae6e2d1ab4f9dc08bdaa3059b5f040bb02f4e (patch) | |
tree | b092b60ddd297380801d370866788246fb92cdb9 /src/documentation | |
parent | d01cd80981cc07a6b7e13430a49faac3bd76be54 (diff) | |
download | poi-f6fae6e2d1ab4f9dc08bdaa3059b5f040bb02f4e.tar.gz poi-f6fae6e2d1ab4f9dc08bdaa3059b5f040bb02f4e.zip |
added a method to remove slides
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@739775 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 0e2a141d68..17a02ee598 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="add">46635 - Added a method to remove slides</action> <action dev="POI-DEVELOPERS" type="fix">46520 - Fixed HSSFFont.applyFont() to properly apply font to overlapping regions</action> <action dev="POI-DEVELOPERS" type="fix">46545 - Fixed ObjRecord to ignore excessive padding written by previous POI versions</action> <action dev="POI-DEVELOPERS" type="fix">46613 - Fixed evaluator to perform case insensitive string comparisons</action> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 4bd2067fac..c4c22452d3 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="add">46635 - Added a method to remove slides</action> <action dev="POI-DEVELOPERS" type="fix">46520 - Fixed HSSFFont.applyFont() to properly apply font to overlapping regions</action> <action dev="POI-DEVELOPERS" type="fix">46545 - Fixed ObjRecord to ignore excessive padding written by previous POI versions</action> <action dev="POI-DEVELOPERS" type="fix">46613 - Fixed evaluator to perform case insensitive string comparisons</action> |