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

INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED

2003/05/21 10:56:54 sg 1.2.8.1: #109819# prepare devide of runner
üst 761cd943
......@@ -2,9 +2,9 @@
*
* $RCSfile: ScHeaderFieldsObj.java,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change:$Date: 2003-02-03 12:08:21 $
* last change:$Date: 2003-05-27 13:06:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -111,7 +111,7 @@ public class ScHeaderFieldsObj extends TestCase {
* Creates Spreadsheet document.
*/
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 Spreadsheet document" );
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: ScHeaderFooterContentObj.java,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change:$Date: 2003-02-03 12:23:31 $
* last change:$Date: 2003-05-27 13:06:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -62,6 +62,7 @@
package mod._sc;
import com.sun.star.beans.XPropertySet;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.beans.XPropertySetInfo;
import com.sun.star.container.XNameAccess;
import com.sun.star.lang.XComponent;
......@@ -100,7 +101,7 @@ public class ScHeaderFooterContentObj extends TestCase {
* Creates Spreadsheet document.
*/
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 Spreadsheet document" );
......@@ -221,4 +222,4 @@ public class ScHeaderFooterContentObj extends TestCase {
} // finish method getTestEnvironment
} // finish class ScHeaderFooterContentObj
\ No newline at end of file
} // finish class ScHeaderFooterContentObj
......@@ -2,9 +2,9 @@
*
* $RCSfile: ScHeaderFooterTextCursor.java,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change:$Date: 2003-02-03 12:27:12 $
* last change:$Date: 2003-05-27 13:06:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -62,6 +62,7 @@
package mod._sc;
import com.sun.star.beans.XPropertySet;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.beans.XPropertySetInfo;
import com.sun.star.container.XNameAccess;
import com.sun.star.lang.XComponent;
......@@ -139,7 +140,7 @@ public class ScHeaderFooterTextCursor extends TestCase {
* Creates Spreadsheet document.
*/
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 Spreadsheet document" );
......@@ -259,4 +260,4 @@ public class ScHeaderFooterTextCursor extends TestCase {
} // finish method getTestEnvironment
} // finish class ScHeaderFooterTextCursor
\ No newline at end of file
} // finish class ScHeaderFooterTextCursor
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