diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 09:49:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 09:49:56 +0000 |
commit | b97c06b07bb169d5cdc23185a28633d153f31440 (patch) | |
tree | 568eeabf48ff4d21801491d189d91ba4d48bcf1f /fpicker | |
parent | 008a96b540daacc513275ea7c90c288514cd050f (diff) |
INTEGRATION: CWS sb59 (1.8.100); FILE MERGED
2006/08/10 12:04:48 sb 1.8.100.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/asynceventnotifier.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.hxx b/fpicker/source/win32/filepicker/asynceventnotifier.hxx index 36ca0953fcd3..de6627b01204 100644 --- a/fpicker/source/win32/filepicker/asynceventnotifier.hxx +++ b/fpicker/source/win32/filepicker/asynceventnotifier.hxx @@ -4,9 +4,9 @@ * * $RCSfile: asynceventnotifier.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:40:44 $ + * last change: $Author: obo $ $Date: 2006-10-12 10:49:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,13 @@ #include <cppuhelper/interfacecontainer.h> #endif +#if defined _MSC_VER +#pragma warning(push, 1) +#endif #include <windows.h> +#if defined _MSC_VER +#pragma warning(pop) +#endif #include <list> #include <utility> |