summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/workbench
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:08:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:08:27 +0000
commit29eac7f29f311ced5beffad4541ff613c486ac2b (patch)
treebc00a5a678d9d66a6a85310ef99f1ae6f84d0ea7 /dtrans/source/win32/workbench
parentcfed675eaea20630beb4aaac2e6d3b8779d29554 (diff)
INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED
2006/03/09 20:32:04 pl 1.8.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans/source/win32/workbench')
-rw-r--r--dtrans/source/win32/workbench/test_wincb.cxx14
1 files changed, 10 insertions, 4 deletions
diff --git a/dtrans/source/win32/workbench/test_wincb.cxx b/dtrans/source/win32/workbench/test_wincb.cxx
index e6373b9cb85c..a6aa65a94b89 100644
--- a/dtrans/source/win32/workbench/test_wincb.cxx
+++ b/dtrans/source/win32/workbench/test_wincb.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: test_wincb.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:30:34 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:08:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,8 +81,8 @@
#include <cppuhelper/implbase2.hxx>
#endif
-#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#ifndef _RTL_USTRING_HXX_
+#include <rtl/ustring.hxx>
#endif
#ifndef _SAL_TYPES_H_
@@ -94,8 +94,14 @@
#endif
#include <stdio.h>
+#if defined _MSC_VER
+#pragma warning(push,1)
+#endif
#include <windows.h>
#include <objbase.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
#include <stl/memory>