summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 12:06:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 12:06:49 +0000
commitb473b8d258ee1bd69df75f16aa45c9ba91af2fcf (patch)
treecfb6e2d37d7a28bdcf57af22ec84579ea26ac66f
parent761cd943a3550ac310bd7e5e859d4d4dd30b3673 (diff)
INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED
2003/05/21 10:56:54 sg 1.2.8.1: #109819# prepare devide of runner
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java6
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java9
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java9
3 files changed, 13 insertions, 11 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java b/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
index b2163898c1ba..c24c1d246885 100644
--- a/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
@@ -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" );
diff --git a/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java b/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java
index aa62ffdfe2c4..72d61c636257 100644
--- a/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java
@@ -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
diff --git a/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java b/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java
index 3e137b2ecc69..09076d6968a6 100644
--- a/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java
+++ b/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java
@@ -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