summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 13:50:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 13:50:57 +0000
commit2ba7a7803c5a395107caa594e8b149c7efca8da5 (patch)
tree654c14c22f9fbc1a38b7661dc5dc85b28c436626 /codemaker
parentc23e351a492ce216a52cd7d6376581c43edb5494 (diff)
INTEGRATION: CWS os2port01 (1.26.10); FILE MERGED
2007/07/18 08:48:46 obr 1.26.10.2: RESYNC: (1.26-1.28); FILE MERGED 2006/12/28 14:34:44 ydario 1.26.10.1: OS/2 initial import.
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/codemaker/global.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx
index e1bdad693737..2feac3e282b6 100644
--- a/codemaker/source/codemaker/global.cxx
+++ b/codemaker/source/codemaker/global.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: global.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: kz $ $Date: 2006-11-06 14:39:13 $
+ * last change: $Author: vg $ $Date: 2007-09-20 14:50:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -159,7 +159,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)