summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2001-09-28 06:53:59 +0000
committerOliver Bolte <obo@openoffice.org>2001-09-28 06:53:59 +0000
commitbaa33b9e53ee925100bf740bbd01f82d91310d87 (patch)
tree0306b9b7fdda5247f0d9b2aff5c4e9420c45b5d2 /ucb
parent324fef58bb606a8c99e7ab92a5ae9b637f56caba (diff)
#65293# exceptions solaris
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index 6df6987e072f..3ae3533a480b 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: webdavcontent.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: kso $ $Date: 2001-09-06 10:37:56 $
+ * last change: $Author: obo $ $Date: 2001-09-28 07:53:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -269,7 +269,7 @@ Content::~Content()
// virtual
void SAL_CALL Content::acquire()
- throw( uno::RuntimeException )
+ throw( )
{
ContentImplHelper::acquire();
}
@@ -277,7 +277,7 @@ void SAL_CALL Content::acquire()
//=========================================================================
// virtual
void SAL_CALL Content::release()
- throw( uno::RuntimeException )
+ throw( )
{
ContentImplHelper::release();
}