summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:23:41 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:23:41 +0000
commite57f56de285f497655d7d3b27711b0ae2e5812e7 (patch)
tree8a950100c0196376618c488bb2053b4696b5c82b /connectivity
parentd69071b2481874c4d8ce6b50fb039bc9e93935a5 (diff)
INTEGRATION: CWS dba22ui (1.21.86); FILE MERGED
2006/12/05 15:02:50 fs 1.21.86.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')
-rw-r--r--connectivity/source/inc/odbc/OConnection.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/inc/odbc/OConnection.hxx b/connectivity/source/inc/odbc/OConnection.hxx
index b3d98cdc11ee..56429f162bb8 100644
--- a/connectivity/source/inc/odbc/OConnection.hxx
+++ b/connectivity/source/inc/odbc/OConnection.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: OConnection.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 02:05:05 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:23:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -182,6 +182,9 @@ namespace connectivity
SQLHANDLE createStatementHandle();
// close and free the handle and set it to SQL_NULLHANDLE
void freeStatementHandle(SQLHANDLE& _pHandle);
+
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >&
+ getConnectionInfo() const { return m_aInfo; }
};
}
}