summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:18:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:18:03 +0000
commit7233be4856f39c142c13f01bc7bd70627fc106a6 (patch)
tree63464d7c4b3bac173e114933d03bdb059896d9bf /shell
parent616d01d77857400b27931f64781b8e0b64c61bed (diff)
INTEGRATION: CWS warnings01 (1.2.102); FILE MERGED
2006/03/10 15:10:58 pl 1.2.102.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/wininetbe/wininetlayer.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/source/backends/wininetbe/wininetlayer.hxx b/shell/source/backends/wininetbe/wininetlayer.hxx
index a4a6f6bc04ff..23adbc73be9c 100644
--- a/shell/source/backends/wininetbe/wininetlayer.hxx
+++ b/shell/source/backends/wininetbe/wininetlayer.hxx
@@ -33,8 +33,14 @@
#include <cppuhelper/implbase2.hxx>
#endif
+#if defined _MSC_VER
+#pragma warning(push, 1)
+#endif
#include <windows.h>
#include <wininet.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
namespace css = com::sun::star ;
namespace uno = css::uno ;