diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 09:56:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 09:56:24 +0000 |
commit | abcdc40c846bd212ee563488506e0152d8f5eed6 (patch) | |
tree | 2f3780674bbab2a739878c6e08d768e817804663 /fpicker/source | |
parent | f83f5aa8619720538fdc6f6e0ca9184b7c626b30 (diff) |
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).
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/win32/misc/WinImplHelper.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
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 <rtl/ustring.hxx> #endif +#if defined _MSC_VER +#pragma warning(push, 1) +#endif #include <windows.h> +#if defined _MSC_VER +#pragma warning(pop) +#endif #ifndef _COM_SUN_STAR_UNO_ANY_HXX_ #include <com/sun/star/uno/Any.hxx> |