diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:21:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:21:20 +0000 |
commit | e4f6d6158c5caf8a0410ff6d05c78731dc3e6f61 (patch) | |
tree | 965233e0793c124df904a538cd3f9555759a2b20 /cppuhelper | |
parent | c57d7c814375e2acba71d12e44f8c891e2f94965 (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')
-rw-r--r-- | cppuhelper/source/interfacecontainer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/interfacecontainer.cxx b/cppuhelper/source/interfacecontainer.cxx index 9936a1961..4567f4218 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 |