summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-26 12:10:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-26 12:10:39 +0000
commite0b3f12304350ccadd0ed95b92f09a2602da9d1f (patch)
tree42e3b62f5bad76fad819943e25b97d1e5f6fa12b /ucb
parentd5e1ea2bffdf739dc79a434df8a612060a9ec731 (diff)
#92924#: exception specifications
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filstr.cxx4
-rw-r--r--ucb/source/ucp/file/filstr.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/file/filstr.cxx b/ucb/source/ucp/file/filstr.cxx
index 12007a47dd3f..0e554eeb2568 100644
--- a/ucb/source/ucp/file/filstr.cxx
+++ b/ucb/source/ucp/file/filstr.cxx
@@ -41,7 +41,7 @@ XStream_impl::queryInterface(
void SAL_CALL
XStream_impl::acquire(
void )
- throw( uno::RuntimeException )
+ throw()
{
OWeakObject::acquire();
}
@@ -50,7 +50,7 @@ XStream_impl::acquire(
void SAL_CALL
XStream_impl::release(
void )
- throw( uno::RuntimeException )
+ throw()
{
OWeakObject::release();
}
diff --git a/ucb/source/ucp/file/filstr.hxx b/ucb/source/ucp/file/filstr.hxx
index 06df773c2b49..20e1c94d4610 100644
--- a/ucb/source/ucp/file/filstr.hxx
+++ b/ucb/source/ucp/file/filstr.hxx
@@ -85,12 +85,12 @@ namespace fileaccess {
virtual void SAL_CALL
acquire(
void )
- throw( com::sun::star::uno::RuntimeException);
+ throw();
virtual void SAL_CALL
release(
void )
- throw( com::sun::star::uno::RuntimeException );
+ throw();
// XTypeProvider