summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/io
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:43:01 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:43:01 +0000
commitc66f08b73954767021cff4f437c8f0d5d24928ac (patch)
tree89bacd9ea708a12fd7e1227bf98464e3e57a8cac /qadevOOo/tests/java/ifc/io
parent6ec97b9031f2533bb038417bf9349ff83c549712 (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:58:31 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/io')
-rw-r--r--qadevOOo/tests/java/ifc/io/_XActiveDataSource.java7
-rw-r--r--qadevOOo/tests/java/ifc/io/_XConnectable.java7
-rw-r--r--qadevOOo/tests/java/ifc/io/_XDataInputStream.java14
-rw-r--r--qadevOOo/tests/java/ifc/io/_XDataOutputStream.java8
4 files changed, 21 insertions, 15 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java b/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java
index e541a2412d5f..c6b9cc3841cf 100644
--- a/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java
+++ b/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XActiveDataSource.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:28 $
*
* 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.XActiveDataSource;
import com.sun.star.io.XOutputStream;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.io.XActiveDataSource</code>
diff --git a/qadevOOo/tests/java/ifc/io/_XConnectable.java b/qadevOOo/tests/java/ifc/io/_XConnectable.java
index e9a2884dc543..487b0fe42575 100644
--- a/qadevOOo/tests/java/ifc/io/_XConnectable.java
+++ b/qadevOOo/tests/java/ifc/io/_XConnectable.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XConnectable.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:10:47 $
+ * last change:$Date: 2003-09-08 10:42:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,10 +61,11 @@
package ifc.io;
+import lib.MultiMethodTest;
+
import com.sun.star.io.XConnectable;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.io.XConnectable</code>
diff --git a/qadevOOo/tests/java/ifc/io/_XDataInputStream.java b/qadevOOo/tests/java/ifc/io/_XDataInputStream.java
index b81c0611f966..ad7851765911 100644
--- a/qadevOOo/tests/java/ifc/io/_XDataInputStream.java
+++ b/qadevOOo/tests/java/ifc/io/_XDataInputStream.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XDataInputStream.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:10:47 $
+ * last change:$Date: 2003-09-08 10:42:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,15 +61,17 @@
package ifc.io;
-import com.sun.star.io.XDataInputStream;
-import com.sun.star.io.XDataOutputStream;
-import com.sun.star.uno.UnoRuntime;
-import com.sun.star.uno.XInterface;
import java.util.Vector;
+
import lib.MultiMethodTest;
import lib.Status;
import lib.StatusException;
+import com.sun.star.io.XDataInputStream;
+import com.sun.star.io.XDataOutputStream;
+import com.sun.star.uno.UnoRuntime;
+import com.sun.star.uno.XInterface;
+
/**
* Testing <code>com.sun.star.io.XDataInputStream</code>
* interface methods:
diff --git a/qadevOOo/tests/java/ifc/io/_XDataOutputStream.java b/qadevOOo/tests/java/ifc/io/_XDataOutputStream.java
index 79dddd1efa13..0e3fe4ef377e 100644
--- a/qadevOOo/tests/java/ifc/io/_XDataOutputStream.java
+++ b/qadevOOo/tests/java/ifc/io/_XDataOutputStream.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XDataOutputStream.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:10:46 $
+ * last change:$Date: 2003-09-08 10:43:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,10 +61,12 @@
package ifc.io;
-import com.sun.star.io.XDataOutputStream;
import java.util.Vector;
+
import lib.MultiMethodTest;
+import com.sun.star.io.XDataOutputStream;
+
/**
* Testing <code>com.sun.star.io.XDataOutputStream</code>
* interface methods: