summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-11-18 15:30:33 +0000
committerKurt Zenker <kz@openoffice.org>2003-11-18 15:30:33 +0000
commitf4ad53bc307cde6b0bea5a61e94bed0dcbffd816 (patch)
tree915c5e1a0dab6ff82d78ade76bf02886486dbf8a /qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
parentINTEGRATION: CWS qadev13 (1.4.6); FILE MERGED (diff)
downloadcore-f4ad53bc307cde6b0bea5a61e94bed0dcbffd816.tar.gz
core-f4ad53bc307cde6b0bea5a61e94bed0dcbffd816.zip
INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED
2003/11/06 15:34:48 cn 1.4.6.2: CHG: #i20307# object creates correct object 2003/10/20 10:56:12 cn 1.4.6.1: CHG: #i20307# object creates correct object
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
index 501e791bd88e..4bd660988bdb 100644
--- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScIndexEnumeration_SheetLinksEnumeration.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change:$Date: 2003-09-08 12:12:45 $
+ * last change:$Date: 2003-11-18 16:30:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,9 +142,9 @@ public class ScIndexEnumeration_SheetLinksEnumeration extends TestCase {
XSheetLinkable SL = (XSheetLinkable)
UnoRuntime.queryInterface(XSheetLinkable.class, oSheet);
- // creating link. Doesn't matter that it refers to unexistant object.
- // this is for proper work of X*Access tests.
- SL.link("dummy.sdc", "AnySheet", "", "",
+ // creating link.
+ String aSourceArea = util.utils.getFullTestURL("calcshapes.sxc");
+ SL.link(aSourceArea, "Sheet1", "", "",
com.sun.star.sheet.SheetLinkMode.VALUE);
// Getting links.