User: obo Date: 05/12/21 05:16:43 Modified: /dba/connectivity/source/drivers/evoab/ LTable.hxx
Log: 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 File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LTable.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LTable.hxx?r1=1.4&r2=1.5 Delta lines: +1 -1 ------------------- --- LTable.hxx 8 Sep 2005 05:47:56 -0000 1.4 +++ LTable.hxx 21 Dec 2005 13:16:40 -0000 1.5 @@ -88,7 +88,7 @@ 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); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
