summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:06:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:06:31 +0000
commit11eb11616db32e316887c35669cf485cb8bfce56 (patch)
tree8c85e8011b81bb45a806505e63233d4e4ec3c932 /dtrans
parent97178a9bf1460e34fa707fa9a10b0adefbee81b3 (diff)
INTEGRATION: CWS warnings01 (1.20.4); FILE MERGED
2006/03/09 20:31:57 pl 1.20.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dtobj/XTDataObject.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/dtrans/source/win32/dtobj/XTDataObject.cxx b/dtrans/source/win32/dtobj/XTDataObject.cxx
index 7e8a5ed06df2..e917752e4bba 100644
--- a/dtrans/source/win32/dtobj/XTDataObject.cxx
+++ b/dtrans/source/win32/dtobj/XTDataObject.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XTDataObject.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:26:20 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:06:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,8 +69,15 @@
#include "FmtFilter.hxx"
#endif
+#if defined _MSC_VER
+#pragma warning(push,1)
+#pragma warning(disable:4917)
+#endif
#include <windows.h>
#include <shlobj.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
//------------------------------------------------------------------------
// namespace directives