From c32277651d17bed675585965dacc583d288afc5b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 05:07:41 +0000 Subject: 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 --- dtrans/source/win32/misc/ImplHelper.hxx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'dtrans/source') 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 #endif -#ifndef _RTL_USTRING_ -#include +#ifndef _RTL_USTRING_HXX_ +#include #endif +#if defined _MSC_VER +#pragma warning(push,1) +#endif #include +#if defined _MSC_VER +#pragma warning(pop) +#endif //------------------------------------------------------------------------ // deklarations -- cgit v1.2.3