diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-06-19 13:24:41 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-06-19 13:24:41 +0000 |
commit | 943f1592933a962662b635d219e7b4b01e0f6b9e (patch) | |
tree | 13de8218718147e942202e540b63745a614959f8 /src/documentation | |
parent | 234735a4144b7ae26fb064551d16d41dbecf5fe0 (diff) | |
download | poi-943f1592933a962662b635d219e7b4b01e0f6b9e.tar.gz poi-943f1592933a962662b635d219e7b4b01e0f6b9e.zip |
Fixed SlideShow#removeSlide to remove references to Notes, see Bugzilla #47261
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786501 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-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 e81bf101ad..764cb7375d 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,6 +33,7 @@ <changes> <release version="3.5-beta7" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="fix">47261 - Fixed SlideShow#removeSlide to remove references to Notes</action> <action dev="POI-DEVELOPERS" type="fix">47375 - Fixed HSSFHyperlink to correctly set inter-sheet and file links</action> <action dev="POI-DEVELOPERS" type="fix">47384 - Fixed ExternalNameRecord to handle unicode names</action> <action dev="POI-DEVELOPERS" type="fix">47372 - Fixed locale-sensitive unit tests to pass when running on non-US locale</action> |