diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-12-21 12:16:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-12-21 12:16:40 +0000 |
commit | ec9b8756b69d59ed1f65a58133a00dcd50fb6c07 (patch) | |
tree | 6163711fcfabf28f1d4b7c3e4e4a42d135d8bff5 | |
parent | cd96756269b23b8381a3275b0357a45b9a7d800d (diff) |
INTEGRATION: CWS dba202a (1.4.36); FILE MERGED
2005/11/25 08:34:40 oj 1.4.36.1: #126933# check if char is > 127
-rw-r--r-- | connectivity/source/drivers/evoab/LTable.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/evoab/LTable.hxx b/connectivity/source/drivers/evoab/LTable.hxx index 12b367f6bed0..b9a874914384 100644 --- a/connectivity/source/drivers/evoab/LTable.hxx +++ b/connectivity/source/drivers/evoab/LTable.hxx @@ -4,9 +4,9 @@ * * $RCSfile: LTable.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 05:47:56 $ + * last change: $Author: obo $ $Date: 2005-12-21 13:16:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -88,7 +88,7 @@ namespace connectivity sal_Int32 m_nMaxRowCount; // will be set if stream is once eof ::std::vector< ::rtl::OUString> m_aColumnRawNames; sal_Bool setColumnAliases(); - void fillColumns(); + void fillColumns(const ::com::sun::star::lang::Locale& _aLocale); sal_Bool checkHeaderLine(); ::com::sun::star::uno::Reference< ::com::sun::star::beans::XFastPropertySet> isUniqueByColumnName(const ::rtl::OUString& _rColName); |