summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/PRNCompare.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-14 14:42:02 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-14 14:42:02 +0000
commit6b4b1a3cfa45f4ce5fba51f781e1e5e9dc85657d (patch)
tree09813e8f119dbcdb9811dfc0753531a2f814307f /qadevOOo/runner/convwatch/PRNCompare.java
parent551cb6b8da6e89e9473bf73ec8b9b85c234875d6 (diff)
INTEGRATION: CWS qadev23 (1.3.14); FILE MERGED
2005/05/17 14:16:55 cn 1.3.14.1: #i49391 replace System.getProperty('java.io.tmpdir') with util.utils.getUsersTempDir(). The getUsersTempDir(9 fetch the -D parameter like -Dtemp='myTempDir'
Diffstat (limited to 'qadevOOo/runner/convwatch/PRNCompare.java')
-rw-r--r--qadevOOo/runner/convwatch/PRNCompare.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/convwatch/PRNCompare.java b/qadevOOo/runner/convwatch/PRNCompare.java
index 74efc28bf25f..5f63d86d015e 100644
--- a/qadevOOo/runner/convwatch/PRNCompare.java
+++ b/qadevOOo/runner/convwatch/PRNCompare.java
@@ -2,9 +2,9 @@
*
* $RCSfile: PRNCompare.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Date: 2004-12-10 16:59:04 $
+ * last change: $Date: 2005-06-14 15:42:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -488,7 +488,7 @@ public class PRNCompare
String sBasename2 = FileHelper.getBasename(sNewGfx);
String sNameNoSuffix2 = FileHelper.getNameNoSuffix(sBasename2);
- String sTmpDir = System.getProperty("java.io.tmpdir");
+ String sTmpDir = util.utils.getUsersTempDir();
String fs = System.getProperty("file.separator");
String sOld_BM_Gfx = sTmpDir + fs + sNameNoSuffix1 + "-BM-" + StringHelper.createValueString(i, 4) + ".jpg";
@@ -553,7 +553,7 @@ public class PRNCompare
String sBasename2 = FileHelper.getBasename(_sNewGfx);
String sNameNoSuffix2 = FileHelper.getNameNoSuffix(sBasename2);
- String sTmpDir = System.getProperty("java.io.tmpdir");
+ String sTmpDir = util.utils.getUsersTempDir();
String fs = System.getProperty("file.separator");
String sDiffName = sTmpDir + fs + sNameNoSuffix1 + "-" + sNameNoSuffix2 + "-diff.jpg";