summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/sqliterator.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:11:56 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:11:56 +0000
commit893cc0364bb3eea4ee877d096507f7afbd99d93e (patch)
tree48816eb6a3cf969e57f512715d383cbd42616345 /connectivity/inc/connectivity/sqliterator.hxx
parent5ca0ddf814d39ac2476ebafc04eb12476c2a2b45 (diff)
INTEGRATION: CWS dba22ui (1.22.70); FILE MERGED
2006/12/05 09:46:52 fs 1.22.70.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/inc/connectivity/sqliterator.hxx')
-rw-r--r--connectivity/inc/connectivity/sqliterator.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/connectivity/inc/connectivity/sqliterator.hxx b/connectivity/inc/connectivity/sqliterator.hxx
index 1efccec3c2..af00fe9977 100644
--- a/connectivity/inc/connectivity/sqliterator.hxx
+++ b/connectivity/inc/connectivity/sqliterator.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sqliterator.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:16:38 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:11:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,9 +44,6 @@
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#endif
-#ifndef _COM_SUN_STAR_SDBC_XDATABASEMETADATA_HPP_
-#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
-#endif
#ifndef _COM_SUN_STAR_SDBC_DATATYPE_HPP_
#include <com/sun/star/sdbc/DataType.hpp>
#endif
@@ -293,7 +290,7 @@ namespace connectivity
The table range to be set.
*/
static void getColumnRange( const OSQLParseNode* _pColumnRef,
- const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData>& _xMetaData,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
::rtl::OUString &_rColumnName,
::rtl::OUString& _rTableRange);