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

INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED

2003/05/21 10:57:04 sg 1.2.8.1: #109819# prepare devide of runner
üst 01b13db1
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ScSheetLinkObj.java,v $ * $RCSfile: ScSheetLinkObj.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-02-04 14:14:48 $ * last change:$Date: 2003-05-27 13:12:07 $
* *
* 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
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
package mod._sc; package mod._sc;
import com.sun.star.beans.XPropertySet; import com.sun.star.beans.XPropertySet;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.container.XIndexAccess; import com.sun.star.container.XIndexAccess;
import com.sun.star.container.XNameAccess; import com.sun.star.container.XNameAccess;
import com.sun.star.lang.XComponent; import com.sun.star.lang.XComponent;
...@@ -113,7 +114,7 @@ public class ScSheetLinkObj extends TestCase { ...@@ -113,7 +114,7 @@ public class ScSheetLinkObj extends TestCase {
* Creates Spreadsheet document. * Creates Spreadsheet document.
*/ */
protected void initialize( TestParameters tParam, PrintWriter log ) { protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() ); SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF() );
try { try {
log.println( "creating a Spreadsheet document" ); log.println( "creating a Spreadsheet document" );
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ScSheetLinksObj.java,v $ * $RCSfile: ScSheetLinksObj.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-02-04 14:17:45 $ * last change:$Date: 2003-05-27 13:12:19 $
* *
* 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
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
package mod._sc; package mod._sc;
import com.sun.star.beans.XPropertySet; import com.sun.star.beans.XPropertySet;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.container.XIndexAccess; import com.sun.star.container.XIndexAccess;
import com.sun.star.lang.XComponent; import com.sun.star.lang.XComponent;
import com.sun.star.sheet.XSheetLinkable; import com.sun.star.sheet.XSheetLinkable;
...@@ -101,7 +102,7 @@ public class ScSheetLinksObj extends TestCase { ...@@ -101,7 +102,7 @@ public class ScSheetLinksObj extends TestCase {
* Creates Spreadsheet document. * Creates Spreadsheet document.
*/ */
protected void initialize( TestParameters tParam, PrintWriter log ) { protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() ); SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF() );
try { try {
log.println( "creating a Spreadsheet document" ); 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