summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 12:01:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 12:01:02 +0000
commit4184a0ad205c45bfe286f4a348831b4a84805c6e (patch)
tree1abd5cc93ee4b51823d2a914321bdc10e1927cb6 /qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
parent5c2eb80fbcdda98d5e33071a03ba12fb3fd8d904 (diff)
INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED
2003/05/21 10:56:42 sg 1.2.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java b/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
index 6b8379b13aa0..5efd353d6c8c 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScAreaLinkObj.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-01-31 14:11:41 $
+ * last change:$Date: 2003-05-27 13:00:39 $
*
* 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.lang.XComponent;
import com.sun.star.sheet.XAreaLinks;
import com.sun.star.sheet.XSpreadsheetDocument;
@@ -110,7 +111,7 @@ public class ScAreaLinkObj 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" );
@@ -180,4 +181,4 @@ public class ScAreaLinkObj extends TestCase {
return tEnv;
}
-} \ No newline at end of file
+}