summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/XMLExporter.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 12:55:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 12:55:35 +0000
commit60faf6594bf2e30ef036d7e12e985642b49b63b9 (patch)
treef809ad0a28c0dc8aefa0619d1a1326a97ba974a8 /qadevOOo/tests/java/mod/_sw/XMLExporter.java
parent25d34a34bc6284d5627ff44db5c355d2bff5673e (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:58:41 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/XMLExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/XMLExporter.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/XMLExporter.java b/qadevOOo/tests/java/mod/_sw/XMLExporter.java
index a2cd471939f9..8749cc4a1f01 100644
--- a/qadevOOo/tests/java/mod/_sw/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_sw/XMLExporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExporter.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:18:21 $
+ * last change:$Date: 2003-05-27 13:55:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ public class XMLExporter extends TestCase {
* New text document created.
*/
protected void initialize( TestParameters tParam, PrintWriter log ) {
- SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
+ SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF() );
try {
log.println( "creating a textdocument" );
@@ -155,7 +155,7 @@ public class XMLExporter extends TestCase {
final String TEST_STR = "XMLExporter";
- XMultiServiceFactory xMSF = tParam.getMSF() ;
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF() ;
XInterface oObj = null;
Filter = new FilterChecker(log);