summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filinpstr.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-24 15:20:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-24 15:20:07 +0000
commit680020d77c866a5cbbbce203104ba081f953af17 (patch)
tree13be4832f9f44a95321200526ddab1c26d16cf1f /ucb/source/ucp/file/filinpstr.cxx
parent1a6c74f37203072027c8aac00eaa3ec0e228b8ad (diff)
#92924#: exception specifications
Diffstat (limited to 'ucb/source/ucp/file/filinpstr.cxx')
-rw-r--r--ucb/source/ucp/file/filinpstr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filinpstr.cxx b/ucb/source/ucp/file/filinpstr.cxx
index e268389a57bb..ae754ffb6d52 100644
--- a/ucb/source/ucp/file/filinpstr.cxx
+++ b/ucb/source/ucp/file/filinpstr.cxx
@@ -73,7 +73,7 @@ XInputStream_impl::queryInterface(
void SAL_CALL
XInputStream_impl::acquire(
void )
- throw( uno::RuntimeException )
+ throw()
{
OWeakObject::acquire();
}
@@ -82,7 +82,7 @@ XInputStream_impl::acquire(
void SAL_CALL
XInputStream_impl::release(
void )
- throw( uno::RuntimeException )
+ throw()
{
OWeakObject::release();
}