Tag: cws_src680_dba201 User: fs Date: 05/07/11 00:03:02 Modified: /dba/connectivity/source/drivers/hsqldb/ HTable.cxx
Log: RESYNC: (1.2-1.5); FILE MERGED File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HTable.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HTable.cxx?r1=1.2.8.1&r2=1.2.8.2 Delta lines: +4 -4 ------------------- --- HTable.cxx 25 Apr 2005 11:16:33 -0000 1.2.8.1 +++ HTable.cxx 11 Jul 2005 07:03:00 -0000 1.2.8.2 @@ -348,7 +348,7 @@ sSql += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" ALTER COLUMN ")); const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); - OColumn* pColumn = new OColumn(sal_True); + OHSQLColumn* pColumn = new OHSQLColumn(sal_True); Reference<XPropertySet> xProp = pColumn; ::comphelper::copyProperties(_xDescriptor,xProp); xProp->setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE),makeAny(nNewType)); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
