summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:24:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:24:37 +0000
commitb3ebb4ff0236aeb658333ceeede3284c85fde57b (patch)
treeeea4c006ab156923e41f9d497e90369650bce243 /shell/source
parent3b2f2f8b109d26284439ce51bd09106dadd369df (diff)
INTEGRATION: CWS warnings01 (1.12.14); FILE MERGED
2006/03/10 15:11:03 pl 1.12.14.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/win32/simplemail/smplmailclient.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/shell/source/win32/simplemail/smplmailclient.cxx b/shell/source/win32/simplemail/smplmailclient.cxx
index e6282d440d53..e7eefff9d96c 100644
--- a/shell/source/win32/simplemail/smplmailclient.cxx
+++ b/shell/source/win32/simplemail/smplmailclient.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: smplmailclient.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:08:45 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:24:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,8 +62,14 @@
#endif
#define WIN32_LEAN_AND_MEAN
+#if defined _MSC_VER
+#pragma warning(push, 1)
+#endif
#include <windows.h>
#include <mapi.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
#include <process.h>
#include <vector>