summaryrefslogtreecommitdiff
path: root/cppuhelper/source/interfacecontainer.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 12:21:20 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 12:21:20 +0000
commit44fd1d64df384e27ccd4955273df33a55f743601 (patch)
tree194a180a58ed4b40df90ff2972b91655f93873e9 /cppuhelper/source/interfacecontainer.cxx
parentbc364f20fcf650eeb3d9ecf28e768c576d85ac60 (diff)
INTEGRATION: CWS mingwport06 (1.17.34); FILE MERGED
2007/08/27 12:04:57 vg 1.17.34.2: #i75499# single ifdef for MSVC 2007/08/24 12:58:07 vg 1.17.34.1: #i75499# pragma is for MSVC
Diffstat (limited to 'cppuhelper/source/interfacecontainer.cxx')
-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