summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/RowSetDrop.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-02 11:45:34 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-02 11:45:34 +0000
commit08f7bb37821e9f21e72f264a1e7d97fcf54ce665 (patch)
tree618c873aa983f4144e052bde91a28466755a5196 /dbaccess/source/ui/misc/RowSetDrop.cxx
parent3abc7f97633dc1bad9d8a38f8b033c91ac3c5f4f (diff)
INTEGRATION: CWS oj07 (1.4.130); FILE MERGED
2003/08/28 07:21:30 oj 1.4.130.1: #i18635# add as listener at connection and resultset
Diffstat (limited to 'dbaccess/source/ui/misc/RowSetDrop.cxx')
-rw-r--r--dbaccess/source/ui/misc/RowSetDrop.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/ui/misc/RowSetDrop.cxx b/dbaccess/source/ui/misc/RowSetDrop.cxx
index f6b2cc8ca958..40c2b30d56dc 100644
--- a/dbaccess/source/ui/misc/RowSetDrop.cxx
+++ b/dbaccess/source/ui/misc/RowSetDrop.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RowSetDrop.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2002-10-25 08:32:42 $
+ * last change: $Author: rt $ $Date: 2004-03-02 12:45:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,10 +96,9 @@ using namespace ::com::sun::star::lang;
// export data
ORowSetImportExport::ORowSetImportExport( Window* _pParent,
const Reference< XResultSetUpdate >& _xResultSetUpdate,
- const ::svx::ODataAccessDescriptor& _aDataDescriptor,
const Reference< XMultiServiceFactory >& _rM,
const String& rExchange)
- : ODatabaseImportExport(_aDataDescriptor,_rM,NULL,rExchange)
+ : ODatabaseImportExport(_rM,NULL,rExchange)
,m_xTargetResultSetUpdate(_xResultSetUpdate)
,m_xTargetRowUpdate(_xResultSetUpdate,UNO_QUERY)
,m_pParent(_pParent)