diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:11:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:11:26 +0000 |
commit | 6613c56582c6ffb2686f17a2ca66a4b3aebc1f7a (patch) | |
tree | 77d9d42fc2fe5a19bde273ab5031da3e93860e05 /cppu/inc | |
parent | 62bba241a37dd6018524ffe910a914aed56f67b6 (diff) |
INTEGRATION: CWS warnings01 (1.6.162); FILE MERGED
2005/09/22 20:36:28 sb 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED
2005/09/01 13:17:14 sb 1.6.162.1: #i53898# Removed obsolete rtl/ustring.
Diffstat (limited to 'cppu/inc')
-rw-r--r-- | cppu/inc/typelib/typedescription.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppu/inc/typelib/typedescription.hxx b/cppu/inc/typelib/typedescription.hxx index 001506231cf7..61b31b86d300 100644 --- a/cppu/inc/typelib/typedescription.hxx +++ b/cppu/inc/typelib/typedescription.hxx @@ -4,9 +4,9 @@ * * $RCSfile: typedescription.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:37:29 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:11:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,8 +38,8 @@ #ifndef _RTL_ALLOC_H_ #include <rtl/alloc.h> #endif -#ifndef _RTL_USTRING_ -#include <rtl/ustring> +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif #ifndef _COM_SUN_STAR_UNO_TYPE_H_ #include <com/sun/star/uno/Type.h> |