diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:58:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:58:48 +0000 |
commit | e8e1ab0c13aece65d5fb021c169bcbf26c85954c (patch) | |
tree | 00acec5ba9d2e960bada513281fd7a78da5b9452 /dtrans/source/aqua | |
parent | 3052edf665e0b444f5bcf1d7cb48122b8949c69a (diff) |
INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2006/03/09 20:31:40 pl 1.4.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans/source/aqua')
-rw-r--r-- | dtrans/source/aqua/aqua_clipboard.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/aqua/aqua_clipboard.hxx b/dtrans/source/aqua/aqua_clipboard.hxx index a9df11ac0fa3..e20027bcef94 100644 --- a/dtrans/source/aqua/aqua_clipboard.hxx +++ b/dtrans/source/aqua/aqua_clipboard.hxx @@ -4,9 +4,9 @@ * * $RCSfile: aqua_clipboard.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:08:25 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:58:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,8 @@ #ifndef _AQUA_CLIPBOARD_HXX_ #define _AQUA_CLIPBOARD_HXX_ -#ifndef _RTL_USTRING_ -#include <rtl/ustring> +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif #ifndef _SAL_TYPES_H_ |