diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:07:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:07:41 +0000 |
commit | c32277651d17bed675585965dacc583d288afc5b (patch) | |
tree | 59fb9172e3609912dd7f10faa30c762fd8c51a37 | |
parent | 61fc13b99e146b4ad1cbc2cb7ab25545ccb41a79 (diff) |
INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED
2006/03/09 20:32:00 pl 1.6.4.1: #i55991# removed warnings for windows platform
-rw-r--r-- | dtrans/source/win32/misc/ImplHelper.hxx | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/dtrans/source/win32/misc/ImplHelper.hxx b/dtrans/source/win32/misc/ImplHelper.hxx index 36aa6dd162ca..b6dba3e25176 100644 --- a/dtrans/source/win32/misc/ImplHelper.hxx +++ b/dtrans/source/win32/misc/ImplHelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ImplHelper.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:28:23 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:07:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,11 +45,17 @@ #include <sal/types.h> #endif -#ifndef _RTL_USTRING_ -#include <rtl/ustring> +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif +#if defined _MSC_VER +#pragma warning(push,1) +#endif #include <windows.h> +#if defined _MSC_VER +#pragma warning(pop) +#endif //------------------------------------------------------------------------ // deklarations |