From abcdc40c846bd212ee563488506e0152d8f5eed6 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Oct 2006 09:56:24 +0000 Subject: INTEGRATION: CWS sb59 (1.6.30); FILE MERGED 2006/08/10 12:04:54 sb 1.6.30.1: #i67487# Made code warning-free (wntmsci10). --- fpicker/source/win32/misc/WinImplHelper.hxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'fpicker/source/win32/misc') diff --git a/fpicker/source/win32/misc/WinImplHelper.hxx b/fpicker/source/win32/misc/WinImplHelper.hxx index f4bd4d92f9..18eea574c6 100644 --- a/fpicker/source/win32/misc/WinImplHelper.hxx +++ b/fpicker/source/win32/misc/WinImplHelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: WinImplHelper.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:14:57 $ + * last change: $Author: obo $ $Date: 2006-10-12 10:56:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,13 @@ #include #endif +#if defined _MSC_VER +#pragma warning(push, 1) +#endif #include +#if defined _MSC_VER +#pragma warning(pop) +#endif #ifndef _COM_SUN_STAR_UNO_ANY_HXX_ #include -- cgit v1.2.3