summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-06 10:23:52 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-06 10:23:52 +0000
commitb7b7374c6346680c5058c810dee50d33b081a56d (patch)
tree42eac8facb157af15b4a2433f6d3b629db449d55 /dbaccess/source
parenta578b1d84d9b9fc0a6104451780fb6148630988c (diff)
#85809# getStatement now returns null
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/core/api/RowSet.cxx12
-rw-r--r--dbaccess/source/core/api/RowSet.hxx10
2 files changed, 7 insertions, 15 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index 8d40cd083b37..e02da1be14f9 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RowSet.cxx,v $
*
- * $Revision: 1.54 $
+ * $Revision: 1.55 $
*
- * last change: $Author: oj $ $Date: 2001-04-06 10:51:29 $
+ * last change: $Author: oj $ $Date: 2001-04-06 11:23:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1065,14 +1065,6 @@ void SAL_CALL ORowSet::updateNumericObject( sal_Int32 columnIndex, const Any& x,
fireProperty(PROPERTY_ID_ISMODIFIED,sal_True,sal_False);
}
// -------------------------------------------------------------------------
-Reference< XInterface > SAL_CALL ORowSet::getStatement( ) throw(SQLException, RuntimeException)
-{
- if (ORowSet_BASE1::rBHelper.bDisposed)
- throw DisposedException();
-
- return m_xStatement;
-}
-// -------------------------------------------------------------------------
// XResultSetUpdate
void SAL_CALL ORowSet::insertRow( ) throw(SQLException, RuntimeException)
diff --git a/dbaccess/source/core/api/RowSet.hxx b/dbaccess/source/core/api/RowSet.hxx
index 81b5ba646bc2..962bebae2547 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.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: oj $ $Date: 2001-04-06 10:19:13 $
+ * last change: $Author: oj $ $Date: 2001-04-06 11:23:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -330,9 +330,6 @@ namespace dbaccess
// ::com::sun::star::sdb::XResultSetAccess
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL createResultSet( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
- // ::com::sun::star::sdbc::XResultSet
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getStatement( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
-
// ::com::sun::star::util::XCancellable
virtual void SAL_CALL cancel( ) throw(::com::sun::star::uno::RuntimeException);
@@ -454,6 +451,9 @@ namespace dbaccess
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.19 2001/04/06 10:19:13 oj
+ no correct handling of approve listener
+
Revision 1.18 2001/04/05 07:51:27 oj
#85735# insert more exceptions when using in wrong order