User: kz Date: 2006/12/13 08:13:12 Modified: dba/connectivity/source/commontools/TDatabaseMetaDataBase.cxx
Log: INTEGRATION: CWS dba22ui (1.5.20); FILE MERGED 2006/12/05 15:02:43 fs 1.5.20.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: TDatabaseMetaDataBase.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/TDatabaseMetaDataBase.cxx?r1=1.5&r2=1.6 Delta lines: +8 -0 ------------------- --- TDatabaseMetaDataBase.cxx 17 Sep 2006 01:59:18 -0000 1.5 +++ TDatabaseMetaDataBase.cxx 13 Dec 2006 16:13:09 -0000 1.6 @@ -49,6 +49,7 @@ using namespace com::sun::star::lang; using namespace com::sun::star::sdbc; using namespace com::sun::star::lang; +using namespace com::sun::star::beans; using namespace comphelper; using namespace connectivity; @@ -69,6 +70,13 @@ ODatabaseMetaDataBase::~ODatabaseMetaDataBase() { } + +// ----------------------------------------------------------------------------- +Sequence< PropertyValue > SAL_CALL ODatabaseMetaDataBase::getConnectionInfo( ) throw (RuntimeException) +{ + return m_aConnectionInfo; +} + // ----------------------------------------------------------------------------- void SAL_CALL ODatabaseMetaDataBase::disposing( const EventObject& /*Source*/ ) throw(RuntimeException) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
