summaryrefslogtreecommitdiff
path: root/sfx2/qa/complex/framework/TestDocument.java
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/qa/complex/framework/TestDocument.java')
-rw-r--r--sfx2/qa/complex/framework/TestDocument.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/framework/TestDocument.java b/sfx2/qa/complex/framework/TestDocument.java
index fa60ff2057a2..1c47d9302f9d 100644
--- a/sfx2/qa/complex/framework/TestDocument.java
+++ b/sfx2/qa/complex/framework/TestDocument.java
@@ -33,7 +33,7 @@ import org.openoffice.test.Argument;
final class TestDocument {
public static String getUrl(String name) {
- return OfficeFileUrl.getAbsolute(new File(org.openoffice.test.Argument.get("docpath"), name));
+ return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name));
}
private TestDocument() {}