summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:13:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:13:59 +0000
commitc13f2173bfd0ddb998ebd589044057a44ce0c855 (patch)
tree4d66568d2ef2f16bc314061692ae8cd63c0ddcb8 /dbaccess
parentINTEGRATION: CWS warnings01 (1.7.50); FILE MERGED (diff)
downloadcore-c13f2173bfd0ddb998ebd589044057a44ce0c855.tar.gz
core-c13f2173bfd0ddb998ebd589044057a44ce0c855.zip
INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED
2006/03/24 15:36:16 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/TableFieldDescription.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/TableFieldDescription.hxx b/dbaccess/source/ui/inc/TableFieldDescription.hxx
index 3b4777b3918c..f66197a6a036 100644
--- a/dbaccess/source/ui/inc/TableFieldDescription.hxx
+++ b/dbaccess/source/ui/inc/TableFieldDescription.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TableFieldDescription.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:36:55 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:13:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,8 +42,8 @@
#ifndef DBAUI_ENUMTYPES_HXX
#include "QEnumTypes.hxx"
#endif
-#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#ifndef _RTL_USTRING_HXX_
+#include <rtl/ustring.hxx>
#endif
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
#include <com/sun/star/beans/PropertyValue.hpp>