summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_ucb
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 12:11:46 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 12:11:46 +0000
commit9924f6dcffdfd55162f9a1298d67200d2d1fc1c6 (patch)
tree4441c92f3f9cd27e52c757dda87ecdc62b88c376 /qadevOOo/tests/java/mod/_ucb
parent7e13107f0db7141381722e403e312f6b36d829a9 (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 15:35:24 sw 1.2.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/mod/_ucb')
-rw-r--r--qadevOOo/tests/java/mod/_ucb/UniversalContentBroker.java14
1 files changed, 8 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/mod/_ucb/UniversalContentBroker.java b/qadevOOo/tests/java/mod/_ucb/UniversalContentBroker.java
index 96d47e1e6d75..c73b9e1bb83f 100644
--- a/qadevOOo/tests/java/mod/_ucb/UniversalContentBroker.java
+++ b/qadevOOo/tests/java/mod/_ucb/UniversalContentBroker.java
@@ -2,9 +2,9 @@
*
* $RCSfile: UniversalContentBroker.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 14:08:48 $
+ * last change:$Date: 2003-09-08 13:11:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,16 +61,18 @@
package mod._ucb;
-import com.sun.star.lang.XMultiServiceFactory;
-import com.sun.star.ucb.XContentIdentifierFactory;
-import com.sun.star.uno.UnoRuntime;
-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.ucb.XContentIdentifierFactory;
+import com.sun.star.uno.UnoRuntime;
+import com.sun.star.uno.XInterface;
+
/**
* Test for object which is represented by service
* <code>com.sun.star.ucb.UniversalContentBroker</code>. <p>