summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/XMLExporter.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 12:16:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 12:16:10 +0000
commit4f9a065ae92c0a50917c5a9bc8cedc808f2ab0ad (patch)
treefa5ebb8790b46d3908d357435249a7b58fd48412 /qadevOOo/tests/java/mod/_sc/XMLExporter.java
parentf263bc746531a51672b6b4aaa6adfa69aac4869e (diff)
INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED
2003/05/21 10:57:11 sg 1.2.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/XMLExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLExporter.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/XMLExporter.java b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
index 603ea311b22e..6f673ecc1206 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.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-02-05 10:25:33 $
+ * last change:$Date: 2003-05-27 13:16:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,7 +114,7 @@ public class XMLExporter extends TestCase {
* New spreadsheet 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" );
xSheetDoc = SOF.openDoc("scalc","_blank");
@@ -155,7 +155,7 @@ public class XMLExporter extends TestCase {
*/
protected synchronized TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
- XMultiServiceFactory xMSF = tParam.getMSF() ;
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF() ;
XInterface oObj = null;
FilterChecker Filter = new FilterChecker(log);
Any arg = new Any(new Type(XDocumentHandler.class), Filter);