enable after() method again to close the document
This commit is contained in:
parent
11ffc0190a
commit
11d7a37dc1
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class TestCaseOldAPI extends ComplexTestCase {
|
|||
|
||||
// ____________
|
||||
|
||||
public void after_disabled()
|
||||
public void after()
|
||||
{
|
||||
XCloseable xCloseable = (XCloseable) UnoRuntime.queryInterface(
|
||||
XCloseable.class, mxChartModel );
|
||||
|
|
Loading…
Reference in a new issue