summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:59:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:59:09 +0000
commit72bf6044790bdb3d462cbf54545d99ccf731693b (patch)
tree0074d46197004cbe79fb78a6cda40a237ad943a5 /dtrans/source/cnttype
parent8b056e6877f2501ee51ad25600b0732dfbd88959 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2006/03/09 20:31:41 pl 1.3.4.2: #i55991# removed warnings for windows platform 2005/10/21 14:14:52 pl 1.3.4.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'dtrans/source/cnttype')
-rw-r--r--dtrans/source/cnttype/mcnttfactory.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/cnttype/mcnttfactory.hxx b/dtrans/source/cnttype/mcnttfactory.hxx
index 051e27ae550e..ad0e2ea6c281 100644
--- a/dtrans/source/cnttype/mcnttfactory.hxx
+++ b/dtrans/source/cnttype/mcnttfactory.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mcnttfactory.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:10:09 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:59:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,8 +41,8 @@
// includes
//------------------------------------------------------------------------
-#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#ifndef _RTL_USTRING_HXX_
+#include <rtl/ustring.hxx>
#endif
#ifndef _SAL_TYPES_H_