summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_ucb
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 12:11:13 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 12:11:13 +0000
commit2a53934b96124b533b7e11c95cde3ea8e80ffdd8 (patch)
tree67e71deb6693e57639a5e3545834c5f05e06f4ca /qadevOOo/tests/java/mod/_ucb
parent2212b92823d103aa7e6cdb817e11ad7d60ad0c73 (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 15:35:22 sw 1.2.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/mod/_ucb')
-rw-r--r--qadevOOo/tests/java/mod/_ucb/UcbContentProviderProxyFactory.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_ucb/UcbContentProviderProxyFactory.java b/qadevOOo/tests/java/mod/_ucb/UcbContentProviderProxyFactory.java
index 1a38afe7b2a2..9afccc15b58a 100644
--- a/qadevOOo/tests/java/mod/_ucb/UcbContentProviderProxyFactory.java
+++ b/qadevOOo/tests/java/mod/_ucb/UcbContentProviderProxyFactory.java
@@ -2,9 +2,9 @@
*
* $RCSfile: UcbContentProviderProxyFactory.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 14:08:22 $
+ * last change:$Date: 2003-09-08 13:11:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +61,16 @@
package mod._ucb;
-import com.sun.star.lang.XMultiServiceFactory;
-import com.sun.star.uno.XInterface;
import java.io.PrintWriter;
+
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
+import com.sun.star.lang.XMultiServiceFactory;
+import com.sun.star.uno.XInterface;
+
/**
* Test for object which is represented by service
* <code>com.sun.star.ucb.ContentProviderFactory</code>. <p>