summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:42:18 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:42:18 +0000
commit6ec97b9031f2533bb038417bf9349ff83c549712 (patch)
tree791524ac0a3f2c2ab383375b3f51ac82bf2bb17c
parent3c4daffb70eed204f897fcb9b7a06b2055d600ca (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:58:30 sw 1.1.28.1: #112049#
-rw-r--r--qadevOOo/tests/java/ifc/io/_XActiveDataControl.java11
-rw-r--r--qadevOOo/tests/java/ifc/io/_XActiveDataSink.java7
2 files changed, 10 insertions, 8 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java
index 44f122a5b254..56eaa7634332 100644
--- a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java
+++ b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XActiveDataControl.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:10:48 $
+ * last change:$Date: 2003-09-08 10:42:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,13 +61,14 @@
package ifc.io;
-import com.sun.star.io.XActiveDataControl;
-import com.sun.star.io.XStreamListener;
-import com.sun.star.lang.EventObject;
import lib.MultiMethodTest;
import lib.Status;
import lib.StatusException;
+import com.sun.star.io.XActiveDataControl;
+import com.sun.star.io.XStreamListener;
+import com.sun.star.lang.EventObject;
+
/**
* Testing <code>com.sun.star.io.XActiveDataControl</code>
* interface methods :
diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java b/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java
index c2f16e6039d5..4d20b26f543d 100644
--- a/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java
+++ b/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XActiveDataSink.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:10:48 $
+ * last change:$Date: 2003-09-08 10:42:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,11 +61,12 @@
package ifc.io;
+import lib.MultiMethodTest;
+
import com.sun.star.io.XActiveDataSink;
import com.sun.star.io.XInputStream;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.io.XActiveDataSink</code>