diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:00:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:00:49 +0000 |
commit | 4898fabd0ccf8312a2665d37b3272545c8ec7825 (patch) | |
tree | 17702eabd1c1203210c1093207e19424cbecf2b0 | |
parent | da05e437cf637c92a10068619c77c6f9220bcc2b (diff) |
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
-rw-r--r-- | dtrans/source/inc/MtaOleClipb.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dtrans/source/inc/MtaOleClipb.hxx b/dtrans/source/inc/MtaOleClipb.hxx index 987f5a52a2..a52072d29a 100644 --- a/dtrans/source/inc/MtaOleClipb.hxx +++ b/dtrans/source/inc/MtaOleClipb.hxx @@ -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! |