summaryrefslogtreecommitdiff
path: root/wizards/com/sun
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-17 13:13:08 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-17 13:13:08 +0000
commit770da6053b1349e1aa9fd8148a6148532dd3cba4 (patch)
treecef4a8a77b4043fc24c4bd4f0e18c61ad9cbf8b3 /wizards/com/sun
parent4f43b1e8fa7e9aec44b4772c9af872fc3a07863e (diff)
#i67463#
Diffstat (limited to 'wizards/com/sun')
-rw-r--r--wizards/com/sun/star/wizards/web/Process.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/web/Process.java b/wizards/com/sun/star/wizards/web/Process.java
index 2a42450ecf25..7f60782c4ae0 100644
--- a/wizards/com/sun/star/wizards/web/Process.java
+++ b/wizards/com/sun/star/wizards/web/Process.java
@@ -4,9 +4,9 @@
*
* $RCSfile: Process.java,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 13:40:32 $
+ * last change: $Author: obo $ $Date: 2006-07-17 14:13:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -243,7 +243,7 @@ public class Process implements WebWizardConst, ProcessErrors {
*/
static String getSOTempDir(XMultiServiceFactory xmsf) {
try {
- String s = FileAccess.getOfficePath(xmsf,"Temp","");
+ String s = FileAccess.getOfficePath(xmsf,"Temp","", "");
return s;
}
catch (Exception e) {}