summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 13:11:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 13:11:00 +0000
commit96e2e84c0ed009adbc019aa3a95eccce262f5534 (patch)
treeed5953729f91e4a444700809d7310d814c994ba6 /qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java
parentb2e3c665a6d1d8117398fb8ae861c9a7739221d1 (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:59:40 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java
index 520ee6bca67b..a7649bc62df7 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLContentImporter.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:19:57 $
+ * last change:$Date: 2003-05-27 14:11:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ public class XMLContentImporter extends TestCase {
*/
protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object
- SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF());
+ SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF());
try {
log.println( "creating a chartdocument" );
@@ -161,7 +161,7 @@ public class XMLContentImporter extends TestCase {
// first we write what we are intend to do to log file
log.println( "creating a test environment" );
- XMultiServiceFactory xMSF = tParam.getMSF() ;
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF() ;
final XPropertySet xTitleProp ;
try {