summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 12:00:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 12:00:27 +0000
commit5c2eb80fbcdda98d5e33071a03ba12fb3fd8d904 (patch)
treeb53887b59e4d49721ff2f898094f2ee9b17dc9d5 /qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java
parent1cb209432fbd32ce50ad18bf09bba22d5f5569ae (diff)
INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED
2003/05/21 10:56:41 sg 1.2.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java b/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java
index 141e54cfa6ca..ad9879d3801e 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScAnnotationsObj.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-01-31 14:01:05 $
+ * last change:$Date: 2003-05-27 13:00:27 $
*
* 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.XNameAccess;
+import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.lang.XComponent;
import com.sun.star.sheet.XSheetAnnotation;
import com.sun.star.sheet.XSheetAnnotationAnchor;
@@ -110,7 +111,7 @@ public class ScAnnotationsObj 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" );