diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:39:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:39:45 +0000 |
commit | b73239f5f20e512b8c5a51d92339c61cc9a6a4f3 (patch) | |
tree | 257439b4b20d2cf3a0c28457f071e181d878f482 /sw/inc/swdbdata.hxx | |
parent | 59e1651c5b896a4729b55fbdfa546bd2f0d201cf (diff) |
INTEGRATION: CWS warnings01 (1.3.344); FILE MERGED
2006/05/12 16:42:52 sb 1.3.344.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sw/inc/swdbdata.hxx')
-rw-r--r-- | sw/inc/swdbdata.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swdbdata.hxx b/sw/inc/swdbdata.hxx index 480c74b23351..805ca8233577 100644 --- a/sw/inc/swdbdata.hxx +++ b/sw/inc/swdbdata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: swdbdata.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:12:48 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:39:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,8 +35,8 @@ #ifndef _SWDBDATA_HXX #define _SWDBDATA_HXX -#ifndef _RTL_USTRING_ -#include <rtl/ustring> +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif // contains the description of a data source |