summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/workbench/XTDo.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:08:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:08:14 +0000
commitcfed675eaea20630beb4aaac2e6d3b8779d29554 (patch)
treeb2108f613b8dc5ec4bb0330974a5caae3fa3ca74 /dtrans/source/win32/workbench/XTDo.cxx
parent0718dbf353b2eff566a44a712d8ee678e920cac5 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2006/03/09 20:32:03 pl 1.3.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans/source/win32/workbench/XTDo.cxx')
-rw-r--r--dtrans/source/win32/workbench/XTDo.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/dtrans/source/win32/workbench/XTDo.cxx b/dtrans/source/win32/workbench/XTDo.cxx
index 2195b5de6298..139d81ba531e 100644
--- a/dtrans/source/win32/workbench/XTDo.cxx
+++ b/dtrans/source/win32/workbench/XTDo.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XTDo.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:29:42 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:08:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,8 +47,14 @@
#include "XTDo.hxx"
#endif
+#if defined _MSC_VER
+#pragma warning(push,1)
+#endif
#include <windows.h>
#include <ole2.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
#include <memory>
#include <tchar.h>