summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:03:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:03:20 +0000
commit471bb7b7ecc80e61f6aff3e9c835ccd17f56905f (patch)
tree3a19416762ae97e00d1ad0cd69b27cc0d9f724d1 /dtrans
parent49a9cd782c477a4c9b2ade3008e9754f3c11ec54 (diff)
INTEGRATION: CWS warnings01 (1.13.4); FILE MERGED
2006/03/09 20:31:49 pl 1.13.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dnd/target.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx
index 34afe43d2550..0bf07aea3e86 100644
--- a/dtrans/source/win32/dnd/target.hxx
+++ b/dtrans/source/win32/dnd/target.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: target.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:19:34 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:03:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,7 +58,13 @@
#include <osl/mutex.hxx>
#endif
+#if defined _MSC_VER
+#pragma warning(push,1)
+#endif
#include <oleidl.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
#include "globals.hxx"
#include "../../inc/DtObjFactory.hxx"