summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXCell.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 12:43:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 12:43:47 +0000
commit42f27ca6a3d913d1322ddfe30866dc807bd024a6 (patch)
tree61fdd42cfd3c0f1880709dcd6afd3856662ffbaf /qadevOOo/tests/java/mod/_sw/SwXCell.java
parent24369d6350533420da7b4116c5999b55a115f8af (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:58:21 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXCell.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXCell.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXCell.java b/qadevOOo/tests/java/mod/_sw/SwXCell.java
index db190fc4b6c5..3dae52bfa271 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXCell.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXCell.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXCell.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:18:40 $
+ * last change:$Date: 2003-05-27 13:43:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,7 +96,7 @@ public class SwXCell extends TestCase {
* Creates text 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 textdocument" );
xTextDoc = SOF.createTextDoc( null );
@@ -130,7 +130,7 @@ public class SwXCell extends TestCase {
XInterface oObj = null;
XTextContent oTable = null;
- SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
+ SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF() );
log.println( "creating a test environment" );
try {
oTable = SOF.createTextTable(xTextDoc, 3, 4);