summaryrefslogtreecommitdiffstats
path: root/sot
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:24:49 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:24:49 +0000
commit3332e96588dfdf645533f103a0a479084c870882 (patch)
treeaeb09e0184b83fae02b0c286c7e4544e8eba71c5 /sot
parentINTEGRATION: CWS mingwport06 (1.2.20); FILE MERGED (diff)
downloadcore-3332e96588dfdf645533f103a0a479084c870882.tar.gz
core-3332e96588dfdf645533f103a0a479084c870882.zip
INTEGRATION: CWS mingwport06 (1.11.6); FILE MERGED
2007/08/24 13:15:16 vg 1.11.6.1: #i75499# pragma is for MSVC
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgcache.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx
index 50d21ee39a69..28b36240e403 100644
--- a/sot/source/sdstor/stgcache.cxx
+++ b/sot/source/sdstor/stgcache.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stgcache.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 12:49:50 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:24:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,7 +70,7 @@ typedef std::hash_map
std::hash< INT32 >,
NAMESPACE_STD(equal_to)< INT32 >
> UsrStgPagePtr_Impl;
-#ifdef WNT
+#ifdef _MSC_VER
#pragma warning( disable: 4786 )
#endif