summaryrefslogtreecommitdiff
path: root/shell/source/win32/workbench
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:25:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:25:31 +0000
commit848b68c4f7ed8d508e2c6b7eee9c16c0b4fc10ec (patch)
tree5be0b1a57c30f148034e4ca1124e0ca32d21547d /shell/source/win32/workbench
parente7face9955dc0b0e6e998cf1531eabcf1e5d98c9 (diff)
INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2006/03/10 15:11:04 pl 1.3.14.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'shell/source/win32/workbench')
-rw-r--r--shell/source/win32/workbench/TestSmplMail.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/shell/source/win32/workbench/TestSmplMail.cxx b/shell/source/win32/workbench/TestSmplMail.cxx
index 8eb6b3000c..089794ee91 100644
--- a/shell/source/win32/workbench/TestSmplMail.cxx
+++ b/shell/source/win32/workbench/TestSmplMail.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TestSmplMail.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:11:41 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:25:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,7 +71,13 @@
#endif
#include <stdio.h>
+#if defined _MSC_VER
+#pragma warning(push, 1)
+#endif
#include <windows.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
#include <osl/file.hxx>