diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:09:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:09:12 +0000 |
commit | 1e9f6bf151840fec97082d67d7aa2612393043ec (patch) | |
tree | 1cfddbfa6678cee9c92bff10d613fa0acf6c1759 /dtrans | |
parent | 5b39d660c994c7d911803c09bf3cdeb218bf2672 (diff) |
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2006/03/09 20:32:32 pl 1.3.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/test/win32/dnd/transferable.hxx | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/dtrans/test/win32/dnd/transferable.hxx b/dtrans/test/win32/dnd/transferable.hxx index fc83bf2a1cf6..75e62e4875eb 100644 --- a/dtrans/test/win32/dnd/transferable.hxx +++ b/dtrans/test/win32/dnd/transferable.hxx @@ -4,9 +4,9 @@ * * $RCSfile: transferable.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:33:30 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:09:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,8 +74,8 @@ #include <cppuhelper/implbase2.hxx> #endif -#ifndef _RTL_USTRING_ -#include <rtl/ustring> +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif #ifndef _SAL_TYPES_H_ @@ -87,8 +87,14 @@ #endif #include <stdio.h> +#if defined _MSC_VER +#pragma warning(push,1) +#endif #include <windows.h> #include <objbase.h> +#if defined _MSC_VER +#pragma warning(pop) +#endif #include <memory> |