summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/unoDirectSql.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-18 09:12:21 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-18 09:12:21 +0000
commitf20aca78bb49e4cf88ada46e5d69edae4c4f2657 (patch)
treecdf24e2dcad7491f6f45f42de93b35a38f4bca7a /dbaccess/source/ui/uno/unoDirectSql.hxx
parent13777c2022bfe4ac3c05a486f7f0581df54cdd16 (diff)
INTEGRATION: CWS dba25 (1.2.102); FILE MERGED
2005/03/04 07:19:46 oj 1.2.102.1: #i43912# use set connection as activeconnection
Diffstat (limited to 'dbaccess/source/ui/uno/unoDirectSql.hxx')
-rw-r--r--dbaccess/source/ui/uno/unoDirectSql.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/uno/unoDirectSql.hxx b/dbaccess/source/ui/uno/unoDirectSql.hxx
index f39c85e43826..63e82c95b941 100644
--- a/dbaccess/source/ui/uno/unoDirectSql.hxx
+++ b/dbaccess/source/ui/uno/unoDirectSql.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoDirectSql.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 16:24:24 $
+ * last change: $Author: obo $ $Date: 2005-03-18 10:12:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,9 @@
#ifndef _COM_SUN_STAR_SDBC_XROWSET_HPP_
#include <com/sun/star/sdbc/XRowSet.hpp>
#endif
+#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
+#include <com/sun/star/sdbc/XConnection.hpp>
+#endif
//.........................................................................
namespace dbaui
@@ -99,6 +102,7 @@ namespace dbaui
,public OModuleClient
{
::rtl::OUString m_sInitialSelection;
+ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xActiveConnection;
protected:
ODirectSQLDialog(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB);
virtual ~ODirectSQLDialog();