summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 12:03:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 12:03:51 +0000
commit76f041d1c366a80f03b253314e7456dc4ffc8d47 (patch)
tree0f108b7fb0e587fba90db96f71dbdd383f55f727
parentf39f3cd017e1a5c1e3a59bca680ea63eec8456a9 (diff)
INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED
2003/05/21 10:56:48 sg 1.2.8.1: #109819# prepare devide of runner
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellsObj.java7
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScChartObj.java7
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScChartsObj.java7
3 files changed, 12 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
index 2587fb2041fc..22ff8320388a 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScCellsObj.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-01-31 15:33:34 $
+ * last change:$Date: 2003-05-27 13:03:30 $
*
* 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.container.XIndexAccess;
+import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.frame.XComponentLoader;
import com.sun.star.frame.XDesktop;
import com.sun.star.lang.XComponent;
@@ -107,7 +108,7 @@ public class ScCellsObj 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 sheetdocument" );
diff --git a/qadevOOo/tests/java/mod/_sc/ScChartObj.java b/qadevOOo/tests/java/mod/_sc/ScChartObj.java
index cd02672d590b..c8f1508e333f 100644
--- a/qadevOOo/tests/java/mod/_sc/ScChartObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScChartObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScChartObj.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-01-31 15:41:32 $
+ * last change:$Date: 2003-05-27 13:03:40 $
*
* 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.awt.Rectangle;
+import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.container.XIndexAccess;
import com.sun.star.container.XNameAccess;
import com.sun.star.lang.XComponent;
@@ -111,7 +112,7 @@ public class ScChartObj 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 sheetdocument" );
diff --git a/qadevOOo/tests/java/mod/_sc/ScChartsObj.java b/qadevOOo/tests/java/mod/_sc/ScChartsObj.java
index e4ed1a91b47d..cbcd404a2fe6 100644
--- a/qadevOOo/tests/java/mod/_sc/ScChartsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScChartsObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScChartsObj.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-01-31 15:44:39 $
+ * last change:$Date: 2003-05-27 13:03:51 $
*
* 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.awt.Rectangle;
+import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.container.XIndexAccess;
import com.sun.star.lang.XComponent;
import com.sun.star.sheet.XCellRangeAddressable;
@@ -113,7 +114,7 @@ public class ScChartsObj 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 sheetdocument" );