summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:30:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:30:30 +0000
commit12db18df8ed002f243ddced75b18e7118c5c08f1 (patch)
treed46f8d8d3470be51d0a66539fc6ea34cbbb2c69e /connectivity
parent0873870fb334492141ff6866d171d17cd34fe415 (diff)
INTEGRATION: CWS dba24a (1.9.252); FILE MERGED
2007/08/30 10:28:13 oj 1.9.252.1: #i55884# share meta data
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/ado/AResultSet.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/ado/AResultSet.hxx b/connectivity/source/inc/ado/AResultSet.hxx
index 71805eef50d7..dfb480d957b6 100644
--- a/connectivity/source/inc/ado/AResultSet.hxx
+++ b/connectivity/source/inc/ado/AResultSet.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AResultSet.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2005-12-21 13:18:16 $
+ * last change: $Author: hr $ $Date: 2007-09-26 14:30:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -166,6 +166,7 @@ namespace connectivity
// late constructor
void construct();
+ inline void setMetaData(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData>& _xMetaData) { m_xMetaData = _xMetaData;}
virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(::com::sun::star::uno::RuntimeException);