summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java6
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java6
-rw-r--r--sc/qa/unoapi/sc.sce4
-rw-r--r--sc/qa/unoapi/testdocuments/ScDDELinksObj.odsbin0 -> 7812 bytes
-rw-r--r--sc/qa/unoapi/testdocuments/ScDDELinksObj.sdcbin17408 -> 0 bytes
5 files changed, 8 insertions, 8 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java b/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
index a1f3dfb433f4..fe67abcebe94 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
@@ -58,7 +58,7 @@ import com.sun.star.uno.XInterface;
* </ul>
* The following files used by this test :
* <ul>
-* <li><b> ScDDELinksObj.sdc </b> : the predefined testdocument </li>
+* <li><b> ScDDELinksObj.ods </b> : the predefined testdocument </li>
* </ul> <p>
* @see com.sun.star.sheet.DDELink
* @see com.sun.star.container.XNamed
@@ -145,7 +145,7 @@ public class ScDDELinkObj extends TestCase {
XMultiServiceFactory oMSF = (XMultiServiceFactory)Param.getMSF();
// load the predefined testdocument
- String testdoc = util.utils.getFullTestURL("ScDDELinksObj.sdc");
+ String testdoc = util.utils.getFullTestURL("ScDDELinksObj.ods");
try {
oDoc = SOfficeFactory.getFactory(oMSF).loadDocument(testdoc);
} catch (com.sun.star.lang.IllegalArgumentException e) {
@@ -183,7 +183,7 @@ public class ScDDELinkObj extends TestCase {
log.println("filling some cells");
String sAppl = "soffice";
String sItem = "Sheet1.A1";
- testdoc = util.utils.getFullTestDocName("ScDDELinksObj.sdc");
+ testdoc = util.utils.getFullTestDocName("ScDDELinksObj.ods");
try {
oSheet.getCellByPosition(5, 5).setFormula(
"=DDE(\""+ sAppl +"\";\""+testdoc+"\";\""+ sItem +"\"");
diff --git a/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java b/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
index fbcb724c27fd..d37579ccd26f 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
@@ -58,7 +58,7 @@ import com.sun.star.uno.XInterface;
* </ul>
* The following files used by this test :
* <ul>
-* <li><b> ScDDELinksObj.sdc </b> : the predefined testdocument </li>
+* <li><b> ScDDELinksObj.ods </b> : the predefined testdocument </li>
* </ul> <p>
* @see com.sun.star.sheet.DDELinks
* @see com.sun.star.container.XNameAccess
@@ -124,7 +124,7 @@ public class ScDDELinksObj extends TestCase {
XMultiServiceFactory oMSF = (XMultiServiceFactory)Param.getMSF();
// load the predefined testdocument
- String testdoc = utils.getFullTestURL("ScDDELinksObj.sdc");
+ String testdoc = utils.getFullTestURL("ScDDELinksObj.ods");
try {
oDoc = SOfficeFactory.getFactory(oMSF).loadDocument(testdoc);
} catch (com.sun.star.lang.IllegalArgumentException e) {
@@ -159,7 +159,7 @@ public class ScDDELinksObj extends TestCase {
throw new StatusException("Couldn't get a spreadsheet", e);
}
- testdoc = utils.getFullTestDocName("ScDDELinksObj.sdc");
+ testdoc = utils.getFullTestDocName("ScDDELinksObj.ods");
log.println("filling some cells");
try {
oSheet.getCellByPosition(5, 5).setFormula(
diff --git a/sc/qa/unoapi/sc.sce b/sc/qa/unoapi/sc.sce
index dabb97abe468..1a38b3af0cc9 100644
--- a/sc/qa/unoapi/sc.sce
+++ b/sc/qa/unoapi/sc.sce
@@ -37,8 +37,8 @@
-o sc.ScChartObj
-o sc.ScChartsObj
-o sc.ScConsolidationDescriptor
-# fdo43376 -o sc.ScDDELinkObj
-# fdo43376 -o sc.ScDDELinksObj
+-o sc.ScDDELinkObj
+-o sc.ScDDELinksObj
-o sc.ScDataPilotFieldGroupItemObj
-o sc.ScDataPilotFieldGroupObj
-o sc.ScDataPilotFieldGroupsObj
diff --git a/sc/qa/unoapi/testdocuments/ScDDELinksObj.ods b/sc/qa/unoapi/testdocuments/ScDDELinksObj.ods
new file mode 100644
index 000000000000..01c11e339a68
--- /dev/null
+++ b/sc/qa/unoapi/testdocuments/ScDDELinksObj.ods
Binary files differ
diff --git a/sc/qa/unoapi/testdocuments/ScDDELinksObj.sdc b/sc/qa/unoapi/testdocuments/ScDDELinksObj.sdc
deleted file mode 100644
index 1abdbf4609e1..000000000000
--- a/sc/qa/unoapi/testdocuments/ScDDELinksObj.sdc
+++ /dev/null
Binary files differ