INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED
2006/03/09 20:31:43 pl 1.7.4.1: #i55991# removed warnings for windows platform
This commit is contained in:
parent
2329319d75
commit
c23a51f625
1 changed files with 8 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: MtaOleClipb.hxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 18:13:40 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 06:00:49 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -44,7 +44,13 @@
|
|||
#include <osl/mutex.hxx>
|
||||
#endif
|
||||
|
||||
#if defined _MSC_VER
|
||||
#pragma warning(push,1)
|
||||
#endif
|
||||
#include <objidl.h>
|
||||
#if defined _MSC_VER
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
//--------------------------------------------------------
|
||||
// the Mta-Ole clipboard class is for internal use only!
|
||||
|
|
Loading…
Reference in a new issue