summaryrefslogtreecommitdiffstats
path: root/basic/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 14:54:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 14:54:23 +0000
commit01d22ab9f0e00e50df628cb0334f94dc5cce0117 (patch)
tree0a46419debbb01b2ddee234085b5999acbc62dc1 /basic/source
parentINTEGRATION: CWS os2port01 (1.39.42); FILE MERGED (diff)
downloadcore-01d22ab9f0e00e50df628cb0334f94dc5cce0117.tar.gz
core-01d22ab9f0e00e50df628cb0334f94dc5cce0117.zip
INTEGRATION: CWS os2port01 (1.9.4); FILE MERGED
2007/08/10 10:51:06 obr 1.9.4.2: RESYNC: (1.9-1.13); FILE MERGED 2006/12/28 14:32:27 ydario 1.9.4.1: OS/2 initial import
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/classes/propacc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx
index 9cabc9ec9ba0..bdb679635bf2 100644
--- a/basic/source/classes/propacc.cxx
+++ b/basic/source/classes/propacc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: propacc.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:18:20 $
+ * last change: $Author: vg $ $Date: 2007-09-20 15:54:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,7 +62,7 @@ Any sbxToUnoValue( SbxVariable* pVar, const Type& rType, Property* pUnoProperty
#ifdef WNT
#define CDECL _cdecl
#endif
-#if defined(UNX)
+#if defined(UNX) || defined(OS2)
#define CDECL
#endif