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 | c23a51f62554e53a2c440881d32e2a14306e34a5 (patch) | |
tree | 3302ea6842879c9d987d6044786bbd5ce3bc5f69 /dtrans/source/inc | |
parent | 2329319d75c01319b2edf53683f48804c500016d (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
Diffstat (limited to 'dtrans/source/inc')
-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 b6f35aacb377..413958fc88be 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! |