summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:01:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:01:57 +0000
commit5d011e72bcd78df9c0aeaccc61fc98f14a906b1a (patch)
tree0608c090986c07664c9060de95ad25b4994c83de
parent8737d1831b48acd8a4793c4728ad8563f77b5bf8 (diff)
INTEGRATION: CWS geordi2q14 (1.5.102); FILE MERGED
2004/01/29 18:31:42 hr 1.5.102.1: #111934#: merge CWS ooo111fix2
-rw-r--r--sal/osl/unx/tempfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/tempfile.c b/sal/osl/unx/tempfile.c
index 7cfc85a19e4b..fdac9ce81a3b 100644
--- a/sal/osl/unx/tempfile.c
+++ b/sal/osl/unx/tempfile.c
@@ -2,9 +2,9 @@
*
* $RCSfile: tempfile.c,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2003-06-12 09:47:10 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:01:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,7 @@ oslFileError SAL_CALL osl_getTempDirURL( rtl_uString** pustrTempDir )
if ( !pValue )
{
pValue = getenv( "TMP" );
-#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD)
+#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) || defined (MACOSX)
if ( !pValue )
pValue = P_tmpdir;
#endif