summaryrefslogtreecommitdiff
path: root/cppu/inc/uno/lbnames.h
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 11:59:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 11:59:39 +0000
commit93089a726d0348cd92d38e4d0903acbdd1bce5e3 (patch)
treec867a8dfe52f38ed63d451f5ff9e977f48c31889 /cppu/inc/uno/lbnames.h
parent5662978e778a601c85bffda8de899fc03b5e6645 (diff)
INTEGRATION: CWS obo05 (1.16.12); FILE MERGED
2006/06/23 16:14:11 obo 1.16.12.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/06 13:32:46 obo 1.16.12.1: #i53611# porting to .net 2005
Diffstat (limited to 'cppu/inc/uno/lbnames.h')
-rw-r--r--cppu/inc/uno/lbnames.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/inc/uno/lbnames.h b/cppu/inc/uno/lbnames.h
index 1a1522107e02..db4070a275a0 100644
--- a/cppu/inc/uno/lbnames.h
+++ b/cppu/inc/uno/lbnames.h
@@ -4,9 +4,9 @@
*
* $RCSfile: lbnames.h,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 13:11:39 $
+ * last change: $Author: vg $ $Date: 2006-09-25 12:59:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,7 +44,7 @@
#elif (_MSC_VER < 1100) // MSVC 4.x
#pragma warning( disable: 4290 )
#define TMP_CPPU_ENV msci
-#elif (_MSC_VER < 1400) // MSVC 5-7
+#elif (_MSC_VER < 1500) // MSVC 5-8
#define TMP_CPPU_ENV msci
#else
#error "ms visual c++ version must be between 4.2 and 7.x"