summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-11-08 12:13:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-11-08 12:13:31 +0000
commita9fef89308c87c21f8957f0e510026d3a7118766 (patch)
tree4110564903109a9c165b6f1110b3d7d5c3b4fb5b /ucb
parent96c2bd1ccddf2d92d7044163106985a05d1a9235 (diff)
#92924#: exception specifications
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/NeonInputStream.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav/NeonInputStream.hxx b/ucb/source/ucp/webdav/NeonInputStream.hxx
index 2fcbce8f3e4c..a1a10ca3f447 100644
--- a/ucb/source/ucp/webdav/NeonInputStream.hxx
+++ b/ucb/source/ucp/webdav/NeonInputStream.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: NeonInputStream.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kso $ $Date: 2001-09-12 10:03:35 $
+ * last change: $Author: hr $ $Date: 2001-11-08 13:13:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,11 +109,11 @@ class NeonInputStream : public ::com::sun::star::io::XInputStream,
throw( ::com::sun::star::uno::RuntimeException );
virtual void SAL_CALL acquire( void )
- throw ( ::com::sun::star::uno::RuntimeException )
+ throw ()
{ OWeakObject::acquire(); }
virtual void SAL_CALL release( void )
- throw( ::com::sun::star::uno::RuntimeException )
+ throw()
{ OWeakObject::release(); }