summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-09-08 10:58:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-09-08 10:58:38 +0000
commita60c692a504411428dded603b68a9bbc443c52a1 (patch)
tree284d4500a8f4e59af7aca6a5f2be767820857df6
parente53a9f301f275a05801e7a8a54c5883af74191ee (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 15:33:35 sw 1.2.14.1: #112049#
-rw-r--r--qadevOOo/tests/java/mod/_lng/DicList.java16
-rw-r--r--qadevOOo/tests/java/mod/_lng/LinguProps.java10
-rw-r--r--qadevOOo/tests/java/mod/_lng/LngSvcMgr.java10
3 files changed, 21 insertions, 15 deletions
diff --git a/qadevOOo/tests/java/mod/_lng/DicList.java b/qadevOOo/tests/java/mod/_lng/DicList.java
index 5ecf9afbd148..16e68a8df029 100644
--- a/qadevOOo/tests/java/mod/_lng/DicList.java
+++ b/qadevOOo/tests/java/mod/_lng/DicList.java
@@ -2,9 +2,9 @@
*
* $RCSfile: DicList.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 12:53:53 $
+ * last change:$Date: 2003-09-08 11:58:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,17 +61,19 @@
package mod._lng;
+import java.io.PrintWriter;
+
+import lib.StatusException;
+import lib.TestCase;
+import lib.TestEnvironment;
+import lib.TestParameters;
+
import com.sun.star.lang.Locale;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.linguistic2.XDictionary;
import com.sun.star.linguistic2.XDictionaryList;
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;
/**
* Test for object which is represented by service
diff --git a/qadevOOo/tests/java/mod/_lng/LinguProps.java b/qadevOOo/tests/java/mod/_lng/LinguProps.java
index 357bb513b724..d04c75e551d9 100644
--- a/qadevOOo/tests/java/mod/_lng/LinguProps.java
+++ b/qadevOOo/tests/java/mod/_lng/LinguProps.java
@@ -2,9 +2,9 @@
*
* $RCSfile: LinguProps.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 12:54:04 $
+ * last change:$Date: 2003-09-08 11:58:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +61,16 @@
package mod._lng;
-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.linguistic2.LinguProperties</code>. <p>
diff --git a/qadevOOo/tests/java/mod/_lng/LngSvcMgr.java b/qadevOOo/tests/java/mod/_lng/LngSvcMgr.java
index fc363cce434e..8bb7d29aa643 100644
--- a/qadevOOo/tests/java/mod/_lng/LngSvcMgr.java
+++ b/qadevOOo/tests/java/mod/_lng/LngSvcMgr.java
@@ -2,9 +2,9 @@
*
* $RCSfile: LngSvcMgr.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 12:54:17 $
+ * last change:$Date: 2003-09-08 11:58:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +61,16 @@
package mod._lng;
-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.linguistic2.LinguServiceManager</code>. <p>