Kaydet (Commit) 987a853f authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED

2003/11/06 15:34:42 cn 1.4.6.2: CHG: #i20307# object creates correct object
2003/10/20 10:56:06 cn 1.4.6.1: CHG: #i20307# object creates correct object
üst f4ad53bc
......@@ -2,9 +2,9 @@
*
* $RCSfile: ScSheetLinksObj.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change:$Date: 2003-09-08 12:15:46 $
* last change:$Date: 2003-11-18 16:30:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -168,7 +168,8 @@ public class ScSheetLinksObj extends TestCase {
// 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", "", "",
String aSourceArea = util.utils.getFullTestURL("calcshapes.sxc");
SL.link(aSourceArea, "Sheet1", "", "",
com.sun.star.sheet.SheetLinkMode.VALUE);
// Getting links.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment