User: ihi Date: 2007-11-21 15:01:43+0000 Modified: dba/connectivity/source/drivers/hsqldb/HTables.cxx
Log: INTEGRATION: CWS dba24c (1.8.132); FILE MERGED 2007/09/13 11:45:04 fs 1.8.132.1: class renaming during #i49183# File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HTables.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HTables.cxx?r1=1.8&r2=1.9 Delta lines: +1 -1 ------------------- --- HTables.cxx 2006-09-17 02:41:26+0000 1.8 +++ HTables.cxx 2007-11-21 15:01:41+0000 1.9 @@ -201,7 +201,7 @@ // if no exception was thrown we must delete it from the views if ( bIsView ) { - OViews* pViews = static_cast<OViews*>(static_cast<OHCatalog&>(m_rParent).getPrivateViews()); + HViews* pViews = static_cast<HViews*>(static_cast<OHCatalog&>(m_rParent).getPrivateViews()); if ( pViews && pViews->hasByName(_sElementName) ) pViews->dropByNameImpl(_sElementName); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
