diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/weak.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/comphelper/source/misc/weak.cxx b/comphelper/source/misc/weak.cxx index 1aadadaa6b7f..02cf40e2b646 100644 --- a/comphelper/source/misc/weak.cxx +++ b/comphelper/source/misc/weak.cxx @@ -42,16 +42,6 @@ Any SAL_CALL OWeakTypeObject::queryInterface(const Type & rType ) return ::cppu::OWeakObject::queryInterface( rType ); } -void SAL_CALL OWeakTypeObject::acquire() throw () -{ - ::cppu::OWeakObject::acquire(); -} - -void SAL_CALL OWeakTypeObject::release() throw () -{ - ::cppu::OWeakObject::release(); -} - Sequence< Type > SAL_CALL OWeakTypeObject::getTypes( ) { return Sequence< Type >(); |