summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScSubTotalFieldObj.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 12:13:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 12:13:36 +0000
commit482217c4f1e7c786d49a6457c022c2bc3d16aa22 (patch)
tree588edbdb7ebf3522febea5f62bcfd275a4e26507 /qadevOOo/tests/java/mod/_sc/ScSubTotalFieldObj.java
parentbc440b853089ee34abf830269d16cf7768c06140 (diff)
INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED
2003/05/21 10:57:06 sg 1.2.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScSubTotalFieldObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScSubTotalFieldObj.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScSubTotalFieldObj.java b/qadevOOo/tests/java/mod/_sc/ScSubTotalFieldObj.java
index 7954c0c28820..e67b7b8fb686 100644
--- a/qadevOOo/tests/java/mod/_sc/ScSubTotalFieldObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScSubTotalFieldObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScSubTotalFieldObj.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-02-04 15:09:14 $
+ * last change:$Date: 2003-05-27 13:13:36 $
*
* 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.lang.XComponent;
import com.sun.star.sheet.GeneralFunction;
import com.sun.star.sheet.SubTotalColumn;
@@ -106,7 +107,7 @@ public class ScSubTotalFieldObj extends TestCase {
log.println("creating a test environment");
// get a soffice factory object
- SOfficeFactory SOF = SOfficeFactory.getFactory( Param.getMSF());
+ SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)Param.getMSF());
try {
log.println("creating a spreadsheetdocument");