summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:04:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:04:25 +0000
commita93ea447d6639fc252fd6ea9146d7b2198bf3eae (patch)
treeeec150755915a20b3436ca9e0acbb3ef13b7a185 /dtrans
parentb4008b975c1458d9eca97fcbe06f5245f4a91a7c (diff)
INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED
2006/03/09 20:31:52 pl 1.8.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dtobj/DTransHelper.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/dtrans/source/win32/dtobj/DTransHelper.hxx b/dtrans/source/win32/dtobj/DTransHelper.hxx
index cfaf73492abc..f55506b982d5 100644
--- a/dtrans/source/win32/dtobj/DTransHelper.hxx
+++ b/dtrans/source/win32/dtobj/DTransHelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DTransHelper.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:22:30 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:04:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,13 @@
// includes
//------------------------------------------------------------------------
+#if defined _MSC_VER
+#pragma warning(push,1)
+#endif
#include <windows.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
#ifndef _WINCLIP_HXX_
#include "..\misc\WinClip.hxx"