summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Draw
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 13:12:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 13:12:12 +0000
commit83a2b3ebf5d6f4053975f174fcaa4b752906760e (patch)
tree837901bc02f6c9cb3635ef2d65ed06d18c5d9f3f /qadevOOo/tests/java/mod/_xmloff/Draw
parente95fed15bcf7963bc1683be040ded0d1d5ac5bd3 (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:59:44 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Draw')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java8
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentImporter.java8
2 files changed, 8 insertions, 8 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java
index 5ba54d7c5951..a5847e7c068b 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLContentExporter.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:20:03 $
+ * last change:$Date: 2003-05-27 14:11:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,7 @@ public class XMLContentExporter 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 drawdocument" );
@@ -155,7 +155,7 @@ public class XMLContentExporter 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);
diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentImporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentImporter.java
index 831ab4972747..ecbadcb502c4 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentImporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLContentImporter.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:20:02 $
+ * last change:$Date: 2003-05-27 14:12:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,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 drawdocument" );
@@ -160,7 +160,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() ;
try {
oInt = xMSF.createInstance