User: hr Date: 2006/08/15 03:55:56 Modified: dba/dbaccess/source/ui/querydesign/QTableWindow.cxx
Log: INTEGRATION: CWS dba30 (1.15.12); FILE MERGED 2006/07/19 13:11:54 fs 1.15.12.2: RESYNC: (1.15-1.17); FILE MERGED 2006/01/02 09:17:14 oj 1.15.12.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: QTableWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QTableWindow.cxx?r1=1.18&r2=1.19 Delta lines: +1 -1 ------------------- --- QTableWindow.cxx 4 Aug 2006 13:57:19 -0000 1.18 +++ QTableWindow.cxx 15 Aug 2006 10:55:53 -0000 1.19 @@ -262,7 +262,7 @@ try { Reference<XDatabaseMetaData> xMeta = xConnection->getMetaData(); - ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->storesMixedCaseQuotedIdentifiers()); + ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); while (pEntry) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
