summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java
diff options
context:
space:
mode:
authorStephan Wunderlich <sw@openoffice.org>2003-02-28 12:11:43 +0000
committerStephan Wunderlich <sw@openoffice.org>2003-02-28 12:11:43 +0000
commit5afb0513fa0688ae0c4bae740cf4df398e0a1e1d (patch)
tree6607f9b3b3a459a5dc2d607731370454c71fcaed /qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java
parentd1d274a9d369773f3fd35339c77a5cda77db7a8e (diff)
CHG: dispose env afterwards
Diffstat (limited to 'qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java')
-rw-r--r--qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java12
1 files changed, 10 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java
index 5aa9e04d11ae..f10830d248fd 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XAccessibleEventBroadcaster.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:07:24 $
+ * last change:$Date: 2003-02-28 13:11:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -235,5 +235,13 @@ public class _XAccessibleEventBroadcaster extends MultiMethodTest {
return ret;
}
+ /**
+ * Forces environment recreation.
+ */
+ protected void after() {
+ disposeEnvironment();
+ }
+
+
}