summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sfx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 11:28:45 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 11:28:45 +0000
commitdbcae846b3602221e12ded177d46b13551d49396 (patch)
tree907d4adde161370dc6e8d8161dba8dce4a3abfed /qadevOOo/tests/java/mod/_sfx
parent4eab5e0d8bf7a3072748318e6d2acca37ee2a552 (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 15:34:06 sw 1.2.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sfx')
-rw-r--r--qadevOOo/tests/java/mod/_sfx/FrameLoader.java12
-rw-r--r--qadevOOo/tests/java/mod/_sfx/SfxMacroLoader.java10
-rw-r--r--qadevOOo/tests/java/mod/_sfx/StandaloneDocumentInfo.java14
3 files changed, 21 insertions, 15 deletions
diff --git a/qadevOOo/tests/java/mod/_sfx/FrameLoader.java b/qadevOOo/tests/java/mod/_sfx/FrameLoader.java
index c22123f58a59..e191594bce32 100644
--- a/qadevOOo/tests/java/mod/_sfx/FrameLoader.java
+++ b/qadevOOo/tests/java/mod/_sfx/FrameLoader.java
@@ -2,9 +2,9 @@
*
* $RCSfile: FrameLoader.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 13:25:45 $
+ * last change:$Date: 2003-09-08 12:28:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,10 +61,8 @@
package mod._sfx;
-import com.sun.star.uno.XInterface;
-import com.sun.star.uno.UnoRuntime;
-import com.sun.star.lang.XMultiServiceFactory;
import java.io.PrintWriter;
+
import lib.Status;
import lib.StatusException;
import lib.TestCase;
@@ -73,6 +71,10 @@ import lib.TestParameters;
import util.dbg;
import util.utils;
+import com.sun.star.lang.XMultiServiceFactory;
+import com.sun.star.uno.UnoRuntime;
+import com.sun.star.uno.XInterface;
+
/**
* Test for object which is represented by service
* <code>com.sun.star.comp.office.FrameLoader</code>. <p>
diff --git a/qadevOOo/tests/java/mod/_sfx/SfxMacroLoader.java b/qadevOOo/tests/java/mod/_sfx/SfxMacroLoader.java
index 8476cdedb59f..131529d666d0 100644
--- a/qadevOOo/tests/java/mod/_sfx/SfxMacroLoader.java
+++ b/qadevOOo/tests/java/mod/_sfx/SfxMacroLoader.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SfxMacroLoader.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 13:25:55 $
+ * last change:$Date: 2003-09-08 12:28:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,9 +61,8 @@
package mod._sfx;
-import com.sun.star.uno.XInterface;
-import com.sun.star.lang.XMultiServiceFactory;
import java.io.PrintWriter;
+
import lib.Status;
import lib.StatusException;
import lib.TestCase;
@@ -72,6 +71,9 @@ import lib.TestParameters;
import util.dbg;
import util.utils;
+import com.sun.star.lang.XMultiServiceFactory;
+import com.sun.star.uno.XInterface;
+
/**
* Test for object which is represented by service
* <code>com.sun.star.comp.sfx2.SfxMacroLoader</code>. <p>
diff --git a/qadevOOo/tests/java/mod/_sfx/StandaloneDocumentInfo.java b/qadevOOo/tests/java/mod/_sfx/StandaloneDocumentInfo.java
index 78ffe9ab0456..9269d83a483f 100644
--- a/qadevOOo/tests/java/mod/_sfx/StandaloneDocumentInfo.java
+++ b/qadevOOo/tests/java/mod/_sfx/StandaloneDocumentInfo.java
@@ -2,9 +2,9 @@
*
* $RCSfile: StandaloneDocumentInfo.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 13:26:05 $
+ * last change:$Date: 2003-09-08 12:28:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,17 +61,19 @@
package mod._sfx;
-import com.sun.star.document.XStandaloneDocumentInfo;
-import com.sun.star.lang.XMultiServiceFactory;
-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 util.utils;
+import com.sun.star.document.XStandaloneDocumentInfo;
+import com.sun.star.lang.XMultiServiceFactory;
+import com.sun.star.uno.UnoRuntime;
+import com.sun.star.uno.XInterface;
+
/**
* Test for object which is represented by service
* <code>com.sun.star.document.StandaloneDocumentInfo</code>. <p>