summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/script
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:50:20 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:50:20 +0000
commit9c97a23d78db172882b7c7d1e30a3c9ca01d2462 (patch)
treeb6771d61eedf975539a33dbefc1cdf15e996944b /qadevOOo/tests/java/ifc/script
parent3d2e5aad5c804c514a4aa41202e829687c4811c5 (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 14:58:45 sw 1.2.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/script')
-rw-r--r--qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory.java9
-rw-r--r--qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory2.java11
2 files changed, 11 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory.java b/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory.java
index b9dc872740a5..180107d9a70a 100644
--- a/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory.java
+++ b/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XInvocationAdapterFactory.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 12:27:46 $
+ * last change:$Date: 2003-09-08 10:50:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
package ifc.script;
+import lib.MultiMethodTest;
+import lib.StatusException;
+
import com.sun.star.io.XInputStream;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.lang.XSingleServiceFactory;
@@ -69,8 +72,6 @@ import com.sun.star.script.XInvocationAdapterFactory;
import com.sun.star.uno.Type;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
-import lib.MultiMethodTest;
-import lib.StatusException;
/**
* Testing <code>com.sun.star.script.XInvocationAdapterFactory</code>
diff --git a/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory2.java b/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory2.java
index e7f302e93905..e16b05f73396 100644
--- a/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory2.java
+++ b/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory2.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XInvocationAdapterFactory2.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 12:27:54 $
+ * last change:$Date: 2003-09-08 10:50:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,16 +61,17 @@
package ifc.script;
+import lib.MultiMethodTest;
+import lib.StatusException;
+
import com.sun.star.io.XInputStream;
-import com.sun.star.lang.XSingleServiceFactory;
import com.sun.star.lang.XMultiServiceFactory;
+import com.sun.star.lang.XSingleServiceFactory;
import com.sun.star.script.XInvocation;
import com.sun.star.script.XInvocationAdapterFactory2;
import com.sun.star.uno.Type;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
-import lib.MultiMethodTest;
-import lib.StatusException;
/**
* Testing <code>com.sun.star.script.XInvocationAdapterFactory</code>