diff options
author | Yegor Kozlov <yegor@apache.org> | 2008-03-31 09:58:27 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2008-03-31 09:58:27 +0000 |
commit | e9b9c591d038499f4e6114b6c886d7271f52425a (patch) | |
tree | c372dee877c9e7af368f45462bc8b191aafb820b /src/documentation/content/xdocs/status.xml | |
parent | 42c226d204fd3d2cb306d5dc1774a72eaff1badf (diff) | |
download | poi-e9b9c591d038499f4e6114b6c886d7271f52425a.tar.gz poi-e9b9c591d038499f4e6114b6c886d7271f52425a.zip |
Implement Sheet.removeShape(Shape shape) in HSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642946 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-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 2d44e6e644..9d35cb7fd1 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.0.3-beta1" date="2008-04-??"> + <action dev="POI-DEVELOPERS" type="add">Implement Sheet.removeShape(Shape shape) in HSLF</action> <action dev="POI-DEVELOPERS" type="add">Various fixes: Recognising var-arg built-in functions #44675, ExternalNameRecord serialisation bug #44695, PMT() bug #44691</action> <action dev="POI-DEVELOPERS" type="add">30311 - More work on Conditional Formatting</action> <action dev="POI-DEVELOPERS" type="add">Move the Formula Evaluator code out of scratchpad</action> |