summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FStatement.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-17 16:11:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-17 16:11:11 +0000
commitd85abe9e05520cf89603290bf9f589302a508547 (patch)
tree0904e94b4235c4e8dcd1e7d7df0d580db309d26c /connectivity/source/drivers/file/FStatement.cxx
parent7aae9a058fb7f606004b871ee4e3c08dfee6ef3c (diff)
#92924#: exception specifications
Diffstat (limited to 'connectivity/source/drivers/file/FStatement.cxx')
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx
index 775a75c3eb01..eb330f9e1edc 100644
--- a/connectivity/source/drivers/file/FStatement.cxx
+++ b/connectivity/source/drivers/file/FStatement.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FStatement.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: oj $ $Date: 2001-10-01 11:24:25 $
+ * last change: $Author: hr $ $Date: 2001-10-17 17:08:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,12 +201,12 @@ void OStatement_BASE2::disposing()
OStatement_Base::disposing();
}
// -----------------------------------------------------------------------------
-void SAL_CALL OStatement_Base::acquire() throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL OStatement_Base::acquire() throw()
{
OStatement_BASE::acquire();
}
//-----------------------------------------------------------------------------
-void SAL_CALL OStatement_BASE2::release() throw(RuntimeException)
+void SAL_CALL OStatement_BASE2::release() throw()
{
relase_ChildImpl();
}
@@ -368,12 +368,12 @@ OResultSet* OStatement::createResultSet()
// -------------------------------------------------------------------------
IMPLEMENT_SERVICE_INFO(OStatement,"com.sun.star.sdbc.driver.file.Statement","com.sun.star.sdbc.Statement");
// -----------------------------------------------------------------------------
-void SAL_CALL OStatement::acquire() throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL OStatement::acquire() throw()
{
OStatement_BASE2::acquire();
}
// -----------------------------------------------------------------------------
-void SAL_CALL OStatement::release() throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL OStatement::release() throw()
{
OStatement_BASE2::release();
}