summaryrefslogtreecommitdiff
path: root/cppuhelper/source/weak.cxx
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-11-09 12:49:16 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-11-09 12:49:16 +0000
commit637e433cd3fd70cca19f8422c0286f35100ffc5e (patch)
tree23a80d0239d476f1dd2e8bf12ba17ae5f0951230 /cppuhelper/source/weak.cxx
parent8a4b6a94af67de2a4213a438ed6a832117b925cc (diff)
#88337# documentation revision
Diffstat (limited to 'cppuhelper/source/weak.cxx')
-rw-r--r--cppuhelper/source/weak.cxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx
index 73c38bbec..a828ac0c9 100644
--- a/cppuhelper/source/weak.cxx
+++ b/cppuhelper/source/weak.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: weak.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dbo $ $Date: 2001-03-09 12:15:28 $
+ * last change: $Author: dbo $ $Date: 2001-11-09 13:49:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -252,9 +252,9 @@ void SAL_CALL OWeakObject::release() throw()
}
}
-OWeakObject::~OWeakObject() SAL_THROW( (::com::sun::star::uno::RuntimeException) )
+OWeakObject::~OWeakObject() SAL_THROW( (RuntimeException) )
{
-}
+}
// XWeak
Reference< XAdapter > SAL_CALL OWeakObject::queryAdapter()
@@ -278,10 +278,9 @@ Reference< XAdapter > SAL_CALL OWeakObject::queryAdapter()
//------------------------------------------------------------------------
//-- OWeakAggObject ----------------------------------------------------
//------------------------------------------------------------------------
-OWeakAggObject::~OWeakAggObject()
- SAL_THROW( (::com::sun::star::uno::RuntimeException) )
+OWeakAggObject::~OWeakAggObject() SAL_THROW( (RuntimeException) )
{
-}
+}
// XInterface
void OWeakAggObject::acquire() throw()