summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AView.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:58:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:58:49 +0000
commit49e6340773924435a0b7dd082b4c89bbc969aab6 (patch)
treea857077f7d6feb6672b10bf20888a03397e4fc35 /connectivity/source/drivers/ado/AView.cxx
parent9e248d2c1a55f63a6e5b285d78a5ab0302fe3c84 (diff)
INTEGRATION: CWS mingwport03 (1.14.60); FILE MERGED
2006/11/07 12:32:10 vg 1.14.60.2: RESYNC: (1.14-1.15); FILE MERGED 2006/09/07 10:22:04 vg 1.14.60.1: #i53572# MinGW port
Diffstat (limited to 'connectivity/source/drivers/ado/AView.cxx')
-rw-r--r--connectivity/source/drivers/ado/AView.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/ado/AView.cxx b/connectivity/source/drivers/ado/AView.cxx
index 3ac6cf46b6cd..491acead14c4 100644
--- a/connectivity/source/drivers/ado/AView.cxx
+++ b/connectivity/source/drivers/ado/AView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AView.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 02:16:42 $
+ * last change: $Author: vg $ $Date: 2007-03-26 13:58:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -133,12 +133,12 @@ void OAdoView::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const
OView_ADO::getFastPropertyValue(rValue,nHandle);
}
// -----------------------------------------------------------------------------
-void SAL_CALL OAdoView::acquire() throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL OAdoView::acquire() throw()
{
OView_ADO::acquire();
}
// -----------------------------------------------------------------------------
-void SAL_CALL OAdoView::release() throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL OAdoView::release() throw()
{
OView_ADO::release();
}