summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_ucb
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 12:11:35 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 12:11:35 +0000
commit7e13107f0db7141381722e403e312f6b36d829a9 (patch)
tree57ad4b4c2a03cce25b8f7d16cbb75627bd79ca75 /qadevOOo/tests/java/mod/_ucb
parent2a53934b96124b533b7e11c95cde3ea8e80ffdd8 (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 15:35:23 sw 1.2.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/mod/_ucb')
-rw-r--r--qadevOOo/tests/java/mod/_ucb/UcbPropertiesManager.java10
-rw-r--r--qadevOOo/tests/java/mod/_ucb/UcbStore.java10
2 files changed, 12 insertions, 8 deletions
diff --git a/qadevOOo/tests/java/mod/_ucb/UcbPropertiesManager.java b/qadevOOo/tests/java/mod/_ucb/UcbPropertiesManager.java
index 088dc5803177..93c3bc196cc2 100644
--- a/qadevOOo/tests/java/mod/_ucb/UcbPropertiesManager.java
+++ b/qadevOOo/tests/java/mod/_ucb/UcbPropertiesManager.java
@@ -2,9 +2,9 @@
*
* $RCSfile: UcbPropertiesManager.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 14:08:30 $
+ * last change:$Date: 2003-09-08 13:11:23 $
*
* 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;
+
public class UcbPropertiesManager extends TestCase {
public TestEnvironment createTestEnvironment
diff --git a/qadevOOo/tests/java/mod/_ucb/UcbStore.java b/qadevOOo/tests/java/mod/_ucb/UcbStore.java
index 7d812d25e0d0..adcbf32595c8 100644
--- a/qadevOOo/tests/java/mod/_ucb/UcbStore.java
+++ b/qadevOOo/tests/java/mod/_ucb/UcbStore.java
@@ -2,9 +2,9 @@
*
* $RCSfile: UcbStore.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 14:08:39 $
+ * last change:$Date: 2003-09-08 13:11:35 $
*
* 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.Store</code>. <p>