From 5ce64e07cce9223d7101927ab8058483f0656922 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 17 Nov 2004 13:42:08 +0000 Subject: [PATCH] INTEGRATION: CWS dba18 (1.35.38); FILE MERGED 2004/11/10 15:02:12 oj 1.35.38.2: RESYNC: (1.35-1.36); FILE MERGED 2004/11/09 14:29:15 oj 1.35.38.1: #i30004# use new singlequerycomposer --- dbaccess/source/core/api/RowSet.hxx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/dbaccess/source/core/api/RowSet.hxx b/dbaccess/source/core/api/RowSet.hxx index e07efb5ea25b..f96336937897 100644 --- a/dbaccess/source/core/api/RowSet.hxx +++ b/dbaccess/source/core/api/RowSet.hxx @@ -2,9 +2,9 @@ * * $RCSfile: RowSet.hxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: rt $ $Date: 2004-10-22 08:54:48 $ + * last change: $Author: obo $ $Date: 2004-11-17 14:42:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,6 +116,13 @@ #ifndef _DBASHARED_APITOOLS_HXX_ #include "apitools.hxx" #endif +#ifndef _COM_SUN_STAR_SDB_XSINGLESELECTQUERYANALYZER_HPP_ +#include +#endif +#ifndef _COM_SUN_STAR_SDB_XSINGLESELECTQUERYCOMPOSER_HPP_ +#include +#endif + #include "RowSetBase.hxx" namespace dbaccess @@ -146,8 +153,8 @@ namespace dbaccess ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xTypeMap; ::com::sun::star::uno::Any m_aTypeMap; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > m_xStatement; - ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryComposer > m_xComposer; ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryAnalyzer > m_xAnalyzer; + ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryComposer > m_xComposer; ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xColumns; // the columns from a table or query connectivity::OWeakRefArray m_aClones;