From 8cd0aae271d62a6384c1390d901bac6c13593077 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 22:45:05 +0000
Subject: [PATCH] INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/02/28
15:00:33 sb 1.5.4.1: #i53898# Made code waring-free.
---
bridges/source/cpp_uno/msvc_win32_intel/msci.hxx | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/msci.hxx b/bridges/source/cpp_uno/msvc_win32_intel/msci.hxx
index 37893b0db4d8..7d1a421d62ef 100644
--- a/bridges/source/cpp_uno/msvc_win32_intel/msci.hxx
+++ b/bridges/source/cpp_uno/msvc_win32_intel/msci.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: msci.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:33:13 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:45:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,7 +33,10 @@
*
************************************************************************/
+#pragma warning(push, 1)
#include
+#pragma warning(pop)
+
#include "rtl/ustring.hxx"
@@ -44,7 +47,7 @@ typedef struct _uno_Mapping uno_Mapping;
namespace CPPU_CURRENT_NAMESPACE
{
-const long MSVC_ExceptionCode = 0xe06d7363;
+const DWORD MSVC_ExceptionCode = 0xe06d7363;
const long MSVC_magic_number = 0x19930520L;
//==============================================================================