summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_lng/LngSvcMgr.java
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 /qadevOOo/tests/java/mod/_lng/LngSvcMgr.java
parente53a9f301f275a05801e7a8a54c5883af74191ee (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 15:33:35 sw 1.2.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/mod/_lng/LngSvcMgr.java')
-rw-r--r--qadevOOo/tests/java/mod/_lng/LngSvcMgr.java10
1 files changed, 6 insertions, 4 deletions
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>