summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_impreg
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 10:56:42 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 10:56:42 +0000
commitb6ccc606271a710eeda6dd7fcd42d34524761979 (patch)
tree05a02d76224c3e3a122e7be462062376547958a8 /qadevOOo/tests/java/mod/_impreg
parentecdc8142beef1e4194cf87026914edf25dadabca (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 15:33:30 sw 1.2.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/mod/_impreg')
-rw-r--r--qadevOOo/tests/java/mod/_impreg/ImplementationRegistration.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_impreg/ImplementationRegistration.java b/qadevOOo/tests/java/mod/_impreg/ImplementationRegistration.java
index b76e04d8a29c..52299f60d517 100644
--- a/qadevOOo/tests/java/mod/_impreg/ImplementationRegistration.java
+++ b/qadevOOo/tests/java/mod/_impreg/ImplementationRegistration.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ImplementationRegistration.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 12:51:08 $
+ * last change:$Date: 2003-09-08 11:56:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +61,16 @@
package mod._impreg;
-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.registry.ImplementationRegistration</code>. <p>