summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-01-10 14:16:14 +0000
committerOcke Janssen <oj@openoffice.org>2002-01-10 14:16:14 +0000
commit035697f43aab186426778d9ba98aa506c92b2998 (patch)
tree820c6d7b7a691ec6069d76e9b82d7d5e06e4d297 /ucbhelper
parent2b4947efadf3af46f7121ab270e400529bbb0e53 (diff)
remove throw from acuire and relase
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/workben/myucp/myucp_content.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/ucbhelper/workben/myucp/myucp_content.cxx b/ucbhelper/workben/myucp/myucp_content.cxx
index 61af51ad46f3..33b2c11b2a1a 100644
--- a/ucbhelper/workben/myucp/myucp_content.cxx
+++ b/ucbhelper/workben/myucp/myucp_content.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: myucp_content.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kso $ $Date: 2001-07-05 15:04:47 $
+ * last change: $Author: oj $ $Date: 2002-01-10 15:16:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,7 +156,6 @@ Content::~Content()
// virtual
void SAL_CALL Content::acquire()
- throw( uno::RuntimeException )
{
ContentImplHelper::acquire();
}
@@ -164,7 +163,6 @@ void SAL_CALL Content::acquire()
//=========================================================================
// virtual
void SAL_CALL Content::release()
- throw( uno::RuntimeException )
{
ContentImplHelper::release();
}