Kaydet (Commit) 07dc4e9b authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED

2003/05/21 10:59:47 sg 1.1.8.1: #109819# prepare devide of runner
üst c487248e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XMLStylesExporter.java,v $ * $RCSfile: XMLStylesExporter.java,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change:$Date: 2003-01-27 18:19:59 $ * last change:$Date: 2003-05-27 14:13:23 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -114,7 +114,7 @@ public class XMLStylesExporter extends TestCase { ...@@ -114,7 +114,7 @@ public class XMLStylesExporter extends TestCase {
protected void initialize( TestParameters tParam, PrintWriter log ) { protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object // get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF()); SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF());
try { try {
log.println( "creating a drawdocument" ); log.println( "creating a drawdocument" );
...@@ -158,8 +158,8 @@ public class XMLStylesExporter extends TestCase { ...@@ -158,8 +158,8 @@ public class XMLStylesExporter extends TestCase {
public synchronized TestEnvironment createTestEnvironment( public synchronized TestEnvironment createTestEnvironment(
TestParameters tParam, PrintWriter log) throws StatusException { TestParameters tParam, PrintWriter log) throws StatusException {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() ); SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF() );
XMultiServiceFactory xMSF = tParam.getMSF() ; XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF() ;
XInterface oObj = null; XInterface oObj = null;
FilterChecker filter = new FilterChecker(log) ; FilterChecker filter = new FilterChecker(log) ;
Any arg = new Any(new Type(XDocumentHandler.class),filter); Any arg = new Any(new Type(XDocumentHandler.class),filter);
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XMLStylesImporter.java,v $ * $RCSfile: XMLStylesImporter.java,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change:$Date: 2003-01-27 18:19:59 $ * last change:$Date: 2003-05-27 14:13:34 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -110,7 +110,7 @@ public class XMLStylesImporter extends TestCase { ...@@ -110,7 +110,7 @@ public class XMLStylesImporter extends TestCase {
protected void initialize( TestParameters tParam, PrintWriter log ) { protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object // get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF()); SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF());
try { try {
log.println( "creating a drawdocument" ); log.println( "creating a drawdocument" );
...@@ -160,7 +160,7 @@ public class XMLStylesImporter extends TestCase { ...@@ -160,7 +160,7 @@ public class XMLStylesImporter extends TestCase {
// first we write what we are intend to do to log file // first we write what we are intend to do to log file
log.println( "creating a test environment" ); log.println( "creating a test environment" );
XMultiServiceFactory xMSF = tParam.getMSF() ; XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF() ;
try { try {
oInt = xMSF.createInstance oInt = xMSF.createInstance
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment