summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_cached
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 10:35:50 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 10:35:50 +0000
commitf8c92ecc4c5af891964f3c57bd0b22c6c1529d55 (patch)
tree22f0551459178c851d5c72ad37fd3d227ad4b621 /qadevOOo/tests/java/mod/_cached
parent7cfe8ce3447f91684f9fc2aaa74dbcd32032082c (diff)
INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED
2003/09/03 15:32:40 sw 1.3.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/mod/_cached')
-rw-r--r--qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java21
-rw-r--r--qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java21
2 files changed, 22 insertions, 20 deletions
diff --git a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
index fc37803b48a7..ccd2960bbdc4 100644
--- a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
+++ b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
@@ -2,9 +2,9 @@
*
* $RCSfile: CachedDynamicResultSetFactory.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-05-27 12:33:29 $
+ * last change:$Date: 2003-09-08 11:35:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,13 @@
package mod._cached;
+import java.io.PrintWriter;
+
+import lib.StatusException;
+import lib.TestCase;
+import lib.TestEnvironment;
+import lib.TestParameters;
+
import com.sun.star.beans.Property;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.ucb.Command;
@@ -74,15 +81,10 @@ import com.sun.star.ucb.XContentIdentifier;
import com.sun.star.ucb.XContentIdentifierFactory;
import com.sun.star.ucb.XContentProvider;
import com.sun.star.ucb.XDynamicResultSet;
+import com.sun.star.uno.AnyConverter;
+import com.sun.star.uno.Type;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
-import com.sun.star.uno.Type;
-import com.sun.star.uno.AnyConverter;
-import java.io.PrintWriter;
-import lib.StatusException;
-import lib.TestCase;
-import lib.TestEnvironment;
-import lib.TestParameters;
/**
* Test for object which is represented by service
@@ -129,7 +131,6 @@ public class CachedDynamicResultSetFactory extends TestCase {
XInterface oObj = null;
Object oInterface = null;
XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
- Object relationContainer = null ;
try {
diff --git a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
index 73cf96195333..2418deb7c098 100644
--- a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
+++ b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
@@ -2,9 +2,9 @@
*
* $RCSfile: CachedDynamicResultSetStubFactory.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-05-27 12:33:40 $
+ * last change:$Date: 2003-09-08 11:35:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,13 @@
package mod._cached;
+import java.io.PrintWriter;
+
+import lib.StatusException;
+import lib.TestCase;
+import lib.TestEnvironment;
+import lib.TestParameters;
+
import com.sun.star.beans.Property;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.ucb.Command;
@@ -73,15 +80,10 @@ import com.sun.star.ucb.XContentIdentifier;
import com.sun.star.ucb.XContentIdentifierFactory;
import com.sun.star.ucb.XContentProvider;
import com.sun.star.ucb.XDynamicResultSet;
+import com.sun.star.uno.AnyConverter;
+import com.sun.star.uno.Type;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
-import com.sun.star.uno.Type;
-import com.sun.star.uno.AnyConverter;
-import java.io.PrintWriter;
-import lib.StatusException;
-import lib.TestCase;
-import lib.TestEnvironment;
-import lib.TestParameters;
/**
* Test for object which is represented by service
@@ -126,7 +128,6 @@ public class CachedDynamicResultSetStubFactory extends TestCase {
XInterface oObj = null;
Object oInterface = null;
XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
- Object relationContainer = null ;
try {