summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:12:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:12:13 +0000
commitac56282db3be8c5c7b42551609b5c3da49110b92 (patch)
tree3a3f3ed99e8165e26434f79820914ed46a4d4ab1 /cppuhelper
parentf48f6ed7b5383824848870a276f3acc62a97cd9c (diff)
INTEGRATION: CWS sb88 (1.14.12); FILE MERGED
2008/06/03 15:16:10 sb 1.14.12.1: #i89561# applied patch by cmc
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/weak.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx
index c34d024fc8a4..c4055eba4f8a 100644
--- a/cppuhelper/source/weak.cxx
+++ b/cppuhelper/source/weak.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: weak.cxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -340,7 +340,6 @@ namespace uno
class OWeakRefListener : public XReference
{
public:
- OWeakRefListener() SAL_THROW( () );
OWeakRefListener(const OWeakRefListener& rRef) SAL_THROW( () );
OWeakRefListener(const Reference< XInterface >& xInt) SAL_THROW( () );
virtual ~OWeakRefListener() SAL_THROW( () );
@@ -362,11 +361,6 @@ private:
OWeakRefListener& SAL_CALL operator=(const OWeakRefListener& rRef) SAL_THROW( () );
};
-OWeakRefListener::OWeakRefListener() SAL_THROW( () )
- : m_aRefCount( 0 )
-{
-}
-
OWeakRefListener::OWeakRefListener(const OWeakRefListener& rRef) SAL_THROW( () )
: com::sun::star::uno::XReference()
, m_aRefCount( 1 )