summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/XMLExporter.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 11:19:11 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 11:19:11 +0000
commitb2362cee8a33dc7acfd8e1993ec8b40f6680a9d4 (patch)
tree1a7547cde4789de388a4bef03842af950dc4e007 /qadevOOo/tests/java/mod/_sc/XMLExporter.java
parent4456ae767ca4d8d29f2a1f5e0042cf646c9541a2 (diff)
INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED
2003/09/03 15:22:39 sw 1.3.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/XMLExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLExporter.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/XMLExporter.java b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
index 6f673ecc1206..3d04b8ffe042 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExporter.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-05-27 13:16:10 $
+ * last change:$Date: 2003-09-08 12:19:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,15 @@
package mod._sc;
+import java.io.PrintWriter;
+
+import lib.StatusException;
+import lib.TestCase;
+import lib.TestEnvironment;
+import lib.TestParameters;
+import util.SOfficeFactory;
+import util.XMLTools;
+
import com.sun.star.container.XIndexAccess;
import com.sun.star.container.XNamed;
import com.sun.star.document.XExporter;
@@ -70,20 +79,11 @@ import com.sun.star.sheet.XSpreadsheet;
import com.sun.star.sheet.XSpreadsheetDocument;
import com.sun.star.sheet.XSpreadsheets;
import com.sun.star.uno.Any;
+import com.sun.star.uno.AnyConverter;
import com.sun.star.uno.Type;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
import com.sun.star.xml.sax.XDocumentHandler;
-import java.io.PrintWriter;
-import lib.StatusException;
-import lib.TestCase;
-import lib.TestEnvironment;
-import lib.TestParameters;
-import util.SOfficeFactory;
-import util.XMLTools;
-
-import com.sun.star.uno.AnyConverter;
-import com.sun.star.uno.Type;
/**
* Test for object which is represented by service