summaryrefslogtreecommitdiff
path: root/automation/source/testtool/comm_bas.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 12:01:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 12:01:15 +0000
commitddf48da8786f7ad8a51465aaa77e4f39ed45e658 (patch)
tree2175ec35a6aecaa64cb5fd9e56b9b22c7c6eac50 /automation/source/testtool/comm_bas.cxx
parent284dd1d637e41aac3e8e8fbf9523fee0db54de8d (diff)
INTEGRATION: CWS obo05 (1.3.38); FILE MERGED
2006/06/23 16:24:09 obo 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/22 13:45:15 obo 1.3.38.1: #i53611# .net 2005
Diffstat (limited to 'automation/source/testtool/comm_bas.cxx')
-rw-r--r--automation/source/testtool/comm_bas.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/testtool/comm_bas.cxx b/automation/source/testtool/comm_bas.cxx
index e18b836ff31f..5be1a1980126 100644
--- a/automation/source/testtool/comm_bas.cxx
+++ b/automation/source/testtool/comm_bas.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: comm_bas.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:38:29 $
+ * last change: $Author: vg $ $Date: 2006-09-25 13:01:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,7 +64,7 @@
#if defined(MAC) || defined(HPUX)
#define MEMBER(name) &##name
-#elif (defined (GCC) && ( __GNUC__ >= 3 ))
+#elif (defined (GCC) && ( __GNUC__ >= 3 )) || (defined(WNT) && (_MSC_VER >= 1400))
#define MEMBER(name) &name
#else
#define MEMBER(name) name