summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype/wbench
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:59:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:59:41 +0000
commit817fd5783a4a4a07055c3222e80551eddeccd64a (patch)
treecf88d26af099641ee84e9f4f357e2c3098f6a662 /dtrans/source/cnttype/wbench
parent89bb9a6b6f3acd865b71b0c231f397d5459b9e51 (diff)
INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2006/03/09 20:31:42 pl 1.4.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans/source/cnttype/wbench')
-rw-r--r--dtrans/source/cnttype/wbench/testcnttype.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx
index 8f953a8d89b9..8445541e4554 100644
--- a/dtrans/source/cnttype/wbench/testcnttype.cxx
+++ b/dtrans/source/cnttype/wbench/testcnttype.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testcnttype.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:11:29 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:59:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,8 +66,8 @@
#include <com/sun/star/lang/XComponent.hpp>
#endif
-#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#ifndef _RTL_USTRING_HXX_
+#include <rtl/ustring.hxx>
#endif
#ifndef _SAL_TYPES_H_