summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Impress
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 13:14:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 13:14:26 +0000
commit82e21bac19a78108a57f2691f7f0f2b013eb7367 (patch)
tree01613bbec49b4d376d576018a752fac75e1b6731 /qadevOOo/tests/java/mod/_xmloff/Impress
parent56a6770e72251b719b97da9193fe49c4c60bc979 (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:59:50 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java8
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLImporter.java8
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java8
3 files changed, 12 insertions, 12 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java
index ef3dedacc200..80424a791125 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExporter.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:20:07 $
+ * last change:$Date: 2003-05-27 14:14:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,7 +113,7 @@ public class XMLExporter 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 an impress document" );
@@ -157,7 +157,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);
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLImporter.java
index c94fe8517407..8bf87f9e25c6 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLImporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLImporter.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:20:07 $
+ * last change:$Date: 2003-05-27 14:14:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@ public class XMLImporter 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 an impress document" );
@@ -160,7 +160,7 @@ public class XMLImporter 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() ;
try {
oInt = xMSF.createInstance
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
index 98e7859d1279..76e1afcb30c3 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLMetaExporter.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:20:07 $
+ * last change:$Date: 2003-05-27 14:14:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,7 @@ public class XMLMetaExporter 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 an impress document" );
@@ -155,7 +155,7 @@ public class XMLMetaExporter extends TestCase {
public synchronized TestEnvironment createTestEnvironment
(TestParameters tParam, PrintWriter log) throws StatusException {
- XMultiServiceFactory xMSF = tParam.getMSF() ;
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF() ;
XInterface oObj = null;
FilterChecker filter = new FilterChecker(log);