summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/TDatabaseMetaDataBase.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:13:09 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:13:09 +0000
commitb817874926bbba322042273622f86b4c41049051 (patch)
treeb51c1e11645aac7b3755588f4c1533a6275c8119 /connectivity/source/commontools/TDatabaseMetaDataBase.cxx
parent00a524cb1d73aeeee8d487ee65592537ba6ab560 (diff)
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
Diffstat (limited to 'connectivity/source/commontools/TDatabaseMetaDataBase.cxx')
-rw-r--r--connectivity/source/commontools/TDatabaseMetaDataBase.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/connectivity/source/commontools/TDatabaseMetaDataBase.cxx b/connectivity/source/commontools/TDatabaseMetaDataBase.cxx
index f58f6d0349f9..ac230a594997 100644
--- a/connectivity/source/commontools/TDatabaseMetaDataBase.cxx
+++ b/connectivity/source/commontools/TDatabaseMetaDataBase.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TDatabaseMetaDataBase.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:59:18 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:13:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,6 +49,7 @@ using namespace com::sun::star::uno;
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(const Reference< XConnection >& _rx
ODatabaseMetaDataBase::~ODatabaseMetaDataBase()
{
}
+
+// -----------------------------------------------------------------------------
+Sequence< PropertyValue > SAL_CALL ODatabaseMetaDataBase::getConnectionInfo( ) throw (RuntimeException)
+{
+ return m_aConnectionInfo;
+}
+
// -----------------------------------------------------------------------------
void SAL_CALL ODatabaseMetaDataBase::disposing( const EventObject& /*Source*/ ) throw(RuntimeException)
{