summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/FetcList.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:05:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:05:21 +0000
commitfdfcb4e812220d1ff17567fb821caa4e542ceef1 (patch)
treef202388588f9a13b4e3eafd722f11dce1fb2f320 /dtrans/source/win32/dtobj/FetcList.hxx
parent1d46da7e8d9d1df7fca62239586f48ac6bf2190c (diff)
INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED
2006/03/09 20:31:54 pl 1.9.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans/source/win32/dtobj/FetcList.hxx')
-rw-r--r--dtrans/source/win32/dtobj/FetcList.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/dtrans/source/win32/dtobj/FetcList.hxx b/dtrans/source/win32/dtobj/FetcList.hxx
index 1363f9715c28..82b5267a0c8d 100644
--- a/dtrans/source/win32/dtobj/FetcList.hxx
+++ b/dtrans/source/win32/dtobj/FetcList.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FetcList.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:24:21 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:05:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,13 @@
#include "Fetc.hxx"
#endif
+#if defined _MSC_VER
+#pragma warning(push,1)
+#endif
#include <windows.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
#include <vector>
/*****************************************************************