summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cppuhelper/source/interfacecontainer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/interfacecontainer.cxx b/cppuhelper/source/interfacecontainer.cxx
index 50c6467d238d..41e908106241 100644
--- a/cppuhelper/source/interfacecontainer.cxx
+++ b/cppuhelper/source/interfacecontainer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: interfacecontainer.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2007-01-29 15:45:47 $
+ * last change: $Author: kz $ $Date: 2007-09-06 13:21:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -98,7 +98,7 @@ static void sequenceRemoveElementAt( Sequence< Reference< XInterface > > & rSeq,
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
-#ifdef SAL_WNT
+#ifdef _MSC_VER
#pragma warning( disable: 4786 )
#endif