summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2001-09-28 07:25:10 +0000
committerOliver Bolte <obo@openoffice.org>2001-09-28 07:25:10 +0000
commitd62ccecee299767a61aa4490748446607ea2f2d8 (patch)
treec4b7c27b97497e104d0e4bf81ca31f1f123c0bc9 /ucb
parentbaa33b9e53ee925100bf740bbd01f82d91310d87 (diff)
#65293# exceptions solaris
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index 16e5e0a00b1b..b034cffb3be2 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pkgcontent.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: kso $ $Date: 2001-09-12 10:03:34 $
+ * last change: $Author: obo $ $Date: 2001-09-28 08:25:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -367,7 +367,7 @@ Content::~Content()
// virtual
void SAL_CALL Content::acquire()
- throw( uno::RuntimeException )
+ throw( )
{
ContentImplHelper::acquire();
}
@@ -375,7 +375,7 @@ void SAL_CALL Content::acquire()
//=========================================================================
// virtual
void SAL_CALL Content::release()
- throw( uno::RuntimeException )
+ throw( )
{
ContentImplHelper::release();
}