diff options
author | Björn Milcke <bm@openoffice.org> | 2003-10-08 10:12:39 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2003-10-08 10:12:39 +0000 |
commit | 11d7a37dc1bebb1b48d5b462d72282dce563ff27 (patch) | |
tree | 9b7c5822ff32e1fe80d58929b861f6bfee70c1ab /chart2/qa/TestCaseOldAPI.java | |
parent | 11ffc0190a208509503ef1b37de24253d59da6ae (diff) |
enable after() method again to close the document
Diffstat (limited to 'chart2/qa/TestCaseOldAPI.java')
-rw-r--r-- | chart2/qa/TestCaseOldAPI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/TestCaseOldAPI.java b/chart2/qa/TestCaseOldAPI.java index 544fcab9926c..50ca7cf43904 100644 --- a/chart2/qa/TestCaseOldAPI.java +++ b/chart2/qa/TestCaseOldAPI.java @@ -82,7 +82,7 @@ public class TestCaseOldAPI extends ComplexTestCase { // ____________ - public void after_disabled() + public void after() { XCloseable xCloseable = (XCloseable) UnoRuntime.queryInterface( XCloseable.class, mxChartModel ); |