summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/container/_XNamed.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/container/_XNamed.java')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XNamed.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XNamed.java b/qadevOOo/tests/java/ifc/container/_XNamed.java
index 81d9130e17ca..caed7cfef8ec 100644
--- a/qadevOOo/tests/java/ifc/container/_XNamed.java
+++ b/qadevOOo/tests/java/ifc/container/_XNamed.java
@@ -124,7 +124,7 @@ public class _XNamed extends MultiMethodTest {
// special case, here name is equals to links URL.
NewName = "file:///c:/somename/from/XNamed";
} else if (testobjname.equals("ScDDELinkObj")) {
- String fileName = utils.getFullTestDocName("ScDDELinksObj.sdc");
+ String fileName = utils.getFullTestDocName("ScDDELinksObj.ods");
NewName = "soffice|" + fileName + "!Sheet1.A2";
} else if (testobjname.equals("SwXAutoTextGroup")) {
//This avoids a GPF
@@ -162,4 +162,4 @@ public class _XNamed extends MultiMethodTest {
tRes.tested("setName()", result);
}
-} \ No newline at end of file
+}