User: hr      
Date: 2006/08/15 03:50:08

Modified:
   dba/dbaccess/source/ui/control/tabletree.cxx

Log:
 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

File Changes:

Directory: /dba/dbaccess/source/ui/control/
===========================================

File [changed]: tabletree.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/tabletree.cxx?r1=1.29&r2=1.30
Delta lines:  +1 -1
-------------------
--- tabletree.cxx       20 Jun 2006 03:00:56 -0000      1.29
+++ tabletree.cxx       15 Aug 2006 10:50:06 -0000      1.30
@@ -240,7 +240,7 @@
        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&)
        {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to