User: hr Date: 2006/08/15 03:56:49 Modified: dba/dbaccess/source/ui/relationdesign/RelationController.cxx
Log: INTEGRATION: CWS dba30 (1.42.16); FILE MERGED 2006/07/19 13:16:53 fs 1.42.16.2: RESYNC: (1.42-1.44); FILE MERGED 2006/01/02 09:17:18 oj 1.42.16.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RelationController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationController.cxx?r1=1.44&r2=1.45 Delta lines: +1 -1 ------------------- --- RelationController.cxx 10 Jul 2006 15:45:47 -0000 1.44 +++ RelationController.cxx 15 Aug 2006 10:56:46 -0000 1.45 @@ -533,7 +533,7 @@ sal_Bool ORelationController::existsTable(const ::rtl::OUString& _rComposedTableName) const { Reference<XDatabaseMetaData> xMeta = getConnection()->getMetaData(); - ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->storesMixedCaseQuotedIdentifiers()); + ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); ::std::vector<OTableWindowData*>::const_iterator aIter = m_vTableData.begin(); for(;aIter != m_vTableData.end();++aIter) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
