summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 16:46:31 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 16:46:31 +0000
commit8df0b4a86ce3e898d85a148edec1ecba17ce4fce (patch)
tree56826982bd7aef5a1a9c5d471e33fbb9821628e9 /qadevOOo/tests/java/ifc/io/_XActiveDataSink.java
parentINTEGRATION: CWS qadev24 (1.2.114); FILE MERGED (diff)
downloadcore-8df0b4a86ce3e898d85a148edec1ecba17ce4fce.tar.gz
core-8df0b4a86ce3e898d85a148edec1ecba17ce4fce.zip
INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED
2005/09/19 12:11:47 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:23 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'
Diffstat (limited to 'qadevOOo/tests/java/ifc/io/_XActiveDataSink.java')
-rw-r--r--qadevOOo/tests/java/ifc/io/_XActiveDataSink.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java b/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java
index 588647a768ae..57bfa854d4da 100644
--- a/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java
+++ b/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java
@@ -4,9 +4,9 @@
*
* $RCSfile: _XActiveDataSink.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:10:32 $
+ * last change: $Author: kz $ $Date: 2005-11-02 17:46:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -112,7 +112,7 @@ public class _XActiveDataSink extends MultiMethodTest {
}
public void after() {
- tEnv.dispose() ;
+ this.disposeEnvironment() ;
}
}