summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/registry
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 16:48:48 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 16:48:48 +0000
commitcc66f1c6a6a84b889b67a7345fed7f570b99d788 (patch)
tree5ad33751dca61757ee68bfd8a5676927a56ec50e /qadevOOo/tests/java/ifc/registry
parent56131ecdd919fc959a6c125ac6bc46976ae3f96b (diff)
INTEGRATION: CWS qadev24 (1.4.76); FILE MERGED
2005/09/19 15:03:23 cn 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 10:25:32 cn 1.4.76.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'
Diffstat (limited to 'qadevOOo/tests/java/ifc/registry')
-rw-r--r--qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java b/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
index 0d0a07578e73..bcef346aaa26 100644
--- a/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
+++ b/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
@@ -4,9 +4,9 @@
*
* $RCSfile: _XImplementationRegistration.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:22:35 $
+ * last change: $Author: kz $ $Date: 2005-11-02 17:48:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -199,7 +199,7 @@ public class _XImplementationRegistration extends MultiMethodTest {
}
public void after() {
- tEnv.dispose() ;
+ this.disposeEnvironment() ;
}
}