summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/document
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:27:05 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:27:05 +0000
commit76098dc637eb35824541728f3a3362794488775f (patch)
tree51b3d252616f982e0c05e6771512dc894a9f40d0 /qadevOOo/tests/java/ifc/document
parent4ee7bb21e722f7e5b5a649c1b3cae832503ce3b1 (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 13:41:39 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/document')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XFilter.java16
-rw-r--r--qadevOOo/tests/java/ifc/document/_XImporter.java7
2 files changed, 12 insertions, 11 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XFilter.java b/qadevOOo/tests/java/ifc/document/_XFilter.java
index 8e26bde051fe..32b7a0e4296f 100644
--- a/qadevOOo/tests/java/ifc/document/_XFilter.java
+++ b/qadevOOo/tests/java/ifc/document/_XFilter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XFilter.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:56 $
+ * last change:$Date: 2003-09-08 10:26:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,16 +62,16 @@
package ifc.document;
-import com.sun.star.beans.PropertyValue;
-
-import com.sun.star.uno.UnoRuntime;
-import com.sun.star.lang.XComponent;
-import com.sun.star.document.XExporter;
-import com.sun.star.document.XFilter;
import lib.MultiMethodTest;
import lib.Status;
import lib.StatusException;
+import com.sun.star.beans.PropertyValue;
+import com.sun.star.document.XExporter;
+import com.sun.star.document.XFilter;
+import com.sun.star.lang.XComponent;
+import com.sun.star.uno.UnoRuntime;
+
/**
* Testing <code>com.sun.star.document.XFilter</code>
* interface methods :
diff --git a/qadevOOo/tests/java/ifc/document/_XImporter.java b/qadevOOo/tests/java/ifc/document/_XImporter.java
index 5d3c5a2446bd..e2092466bad8 100644
--- a/qadevOOo/tests/java/ifc/document/_XImporter.java
+++ b/qadevOOo/tests/java/ifc/document/_XImporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XImporter.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:56 $
+ * last change:$Date: 2003-09-08 10:27:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,9 +61,10 @@
package ifc.document;
+import lib.MultiMethodTest;
+
import com.sun.star.document.XImporter;
import com.sun.star.lang.XComponent;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.document.XImporter</code>