INTEGRATION: CWS mingwport06 (1.6.66); FILE MERGED

2007/08/24 13:05:14 vg 1.6.66.1: #i75499# pragma is for MSVC
This commit is contained in:
Kurt Zenker
2007-09-06 12:44:53 +00:00
parent 7dd35bdd7c
commit aab9cf7c2e

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: idlctypes.hxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: rt $ $Date: 2005-09-07 18:04:36 $
* last change: $Author: kz $ $Date: 2007-09-06 13:44:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,7 +92,7 @@ class AstScope;
AstDeclaration* SAL_CALL scopeAsDecl(AstScope* pScope);
AstScope* SAL_CALL declAsScope(AstDeclaration* pDecl);
#ifdef WIN32
#ifdef _MSC_VER
#pragma warning( disable : 4541 )
#endif