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

INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED

2003/05/21 10:56:44 sg 1.2.8.1: #109819# prepare devide of runner
üst e0ddb87d
......@@ -2,9 +2,9 @@
*
* $RCSfile: ScCellFieldObj.java,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change:$Date: 2003-01-31 14:54:08 $
* last change:$Date: 2003-05-27 13:01:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -112,7 +112,7 @@ public class ScCellFieldObj 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: ScCellFieldsObj.java,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change:$Date: 2003-01-31 14:56:20 $
* last change:$Date: 2003-05-27 13:01:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -107,7 +107,7 @@ public class ScCellFieldsObj 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" );
......
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