summaryrefslogtreecommitdiff
path: root/rdbmaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 14:03:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 14:03:42 +0000
commite2177320502c8c22cdf3dbc2f5db99336ec77027 (patch)
treee9c2d5b0130528e38a26e35085c7a249f3d89fc6 /rdbmaker
parentc61d7a9059b88cc93ef2763a74a34a6a5df59553 (diff)
INTEGRATION: CWS os2port01 (1.12.10); FILE MERGED
2006/12/28 15:02:27 ydario 1.12.10.1: OS/2 initial import.
Diffstat (limited to 'rdbmaker')
-rw-r--r--rdbmaker/source/codemaker/global.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdbmaker/source/codemaker/global.cxx b/rdbmaker/source/codemaker/global.cxx
index 6c2f706ac..629bd406d 100644
--- a/rdbmaker/source/codemaker/global.cxx
+++ b/rdbmaker/source/codemaker/global.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: global.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 04:09:44 $
+ * last change: $Author: vg $ $Date: 2007-09-20 15:03:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -153,7 +153,7 @@ OString createFileNameFromType( const OString& destination,
continue;
}
-#ifdef SAL_UNX
+#if defined(SAL_UNX) || defined(SAL_OS2)
if (mkdir((char*)nameBuffer.getStr(), 0777) == -1)
#else
if (mkdir((char*)nameBuffer.getStr()) == -1)