summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-06 16:31:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-06 16:31:55 +0000
commit5cd4585cc05c43b9524232d31152f740cf7e9cad (patch)
treea29579181955c17ea12a2a04a3ea6e9a0aa7fc85 /store
parent2f46b8f041cae977e1ad9d470fe25c54c6ec6229 (diff)
INTEGRATION: CWS net2003 (1.5.20); FILE MERGED
2003/08/13 07:59:55 obo 1.5.20.1: #11136# .net 2003
Diffstat (limited to 'store')
-rw-r--r--store/source/storbase.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx
index efa12b1633e2..e580df903225 100644
--- a/store/source/storbase.hxx
+++ b/store/source/storbase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: storbase.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 14:06:35 $
+ * last change: $Author: vg $ $Date: 2003-10-06 17:31:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
#ifndef _STORE_STORBASE_HXX_
-#define _STORE_STORBASE_HXX_ "$Revision: 1.5 $"
+#define _STORE_STORBASE_HXX_ "$Revision: 1.6 $"
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
@@ -109,7 +109,7 @@
*
*======================================================================*/
/* MSVC 6.0 still has std functions in global namespace */
-#if defined(_MSC_VER) && (_MSC_VER <= 1300)
+#if defined(_MSC_VER) && (_MSC_VER <= 1310)
#define __STORE_CSTD
#else
#define __STORE_CSTD std