INTEGRATION: CWS dba30 (1.28.4); FILE MERGED

2006/07/19 12:44:21 fs 1.28.4.2: RESYNC: (1.28-1.29); FILE MERGED
2006/01/02 09:17:10 oj 1.28.4.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used
This commit is contained in:
Jens-Heiner Rechtien 2006-08-15 09:50:06 +00:00
parent 90b308afb2
commit 21e0263fa6

View file

@ -4,9 +4,9 @@
*
* $RCSfile: tabletree.cxx,v $
*
* $Revision: 1.29 $
* $Revision: 1.30 $
*
* last change: $Author: hr $ $Date: 2006-06-20 03:00:56 $
* last change: $Author: hr $ $Date: 2006-08-15 10:50:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -240,7 +240,7 @@ void OTableTreeListBox::UpdateTableList(
const ::rtl::OUString* pEnd = _rTables.getConstArray() + _rTables.getLength();
try
{
::std::transform(pIter,pEnd,aTables.begin(),OViewSetter(_rViews,_rxConnMetaData.is() ? _rxConnMetaData->storesMixedCaseQuotedIdentifiers() : sal_False));
::std::transform(pIter,pEnd,aTables.begin(),OViewSetter(_rViews,_rxConnMetaData.is() ? _rxConnMetaData->supportsMixedCaseQuotedIdentifiers() : sal_False));
}
catch(Exception&)
{