From 44fd1d64df384e27ccd4955273df33a55f743601 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Sep 2007 12:21:20 +0000 Subject: 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 --- cppuhelper/source/interfacecontainer.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cppuhelper/source/interfacecontainer.cxx') 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 -- cgit