summaryrefslogtreecommitdiff
path: root/dtrans/test/win32/dnd/targetlistener.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:09:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:09:01 +0000
commit5b39d660c994c7d911803c09bf3cdeb218bf2672 (patch)
tree08fd1ae2c9102cc385db3b1820a7d079a219ac58 /dtrans/test/win32/dnd/targetlistener.hxx
parente8d7f588b785081f6911498f4ff34bae2c9620ee (diff)
INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2006/03/09 20:32:32 pl 1.4.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans/test/win32/dnd/targetlistener.hxx')
-rw-r--r--dtrans/test/win32/dnd/targetlistener.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/dtrans/test/win32/dnd/targetlistener.hxx b/dtrans/test/win32/dnd/targetlistener.hxx
index 6c31d82972f5..7b1aa1ec58bf 100644
--- a/dtrans/test/win32/dnd/targetlistener.hxx
+++ b/dtrans/test/win32/dnd/targetlistener.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: targetlistener.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:32:57 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:09:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,13 @@
#ifndef _TARGETLISTENER_HXX_
#define _TARGETLISTENER_HXX_
+#if defined _MSC_VER
+#pragma warning(push,1)
+#endif
#include <windows.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
#include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp>