summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:01:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:01:01 +0000
commit79e3ea6b4f9a51d8ad4abbbb57194388c9e52e67 (patch)
tree5fd5d4c1171834ff09a673a6ef10e4325542b505
parentc23a51f62554e53a2c440881d32e2a14306e34a5 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2006/03/09 20:31:43 pl 1.3.4.1: #i55991# removed warnings for windows platform
-rw-r--r--dtrans/source/test/test_dtrans.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/test/test_dtrans.cxx b/dtrans/source/test/test_dtrans.cxx
index bf206139d2c5..80f08d0077d6 100644
--- a/dtrans/source/test/test_dtrans.cxx
+++ b/dtrans/source/test/test_dtrans.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: test_dtrans.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:14:10 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:01:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,8 +79,8 @@
#include <cppuhelper/implbase2.hxx>
#endif
-#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#ifndef _RTL_USTRING_HXX_
+#include <rtl/ustring.hxx>
#endif
#ifndef _OSL_DIAGNOSE_H_