summaryrefslogtreecommitdiff
path: root/vcl/qa/complex/memCheck/TestDocument.java
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/qa/complex/memCheck/TestDocument.java')
-rw-r--r--vcl/qa/complex/memCheck/TestDocument.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/complex/memCheck/TestDocument.java b/vcl/qa/complex/memCheck/TestDocument.java
index b416d349b706..ab942e0083ae 100644
--- a/vcl/qa/complex/memCheck/TestDocument.java
+++ b/vcl/qa/complex/memCheck/TestDocument.java
@@ -23,7 +23,7 @@ import org.openoffice.test.OfficeFileUrl;
final class TestDocument
{
- final static String sPathname = "testdocuments";
+ private final static String sPathname = "testdocuments";
public static String getUrl(String name)
{
return OfficeFileUrl.getAbsolute(new File(sPathname, name));