diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-22 15:53:31 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-23 08:13:54 +0200 |
commit | fb93ed9f6f84ed393e4619eb653a70e1799dc261 (patch) | |
tree | 3cf5e0af76a74aca88459e56f5dab8b3de8c0e3d /eventattacher | |
parent | 167269f2feae3d6367ddeca2a0c32c32656eced3 (diff) |
loplugin:unusedfields in eventattacher
Change-Id: I40c69865661cdca856118cab7c43cbb0eadfdc74
Diffstat (limited to 'eventattacher')
-rw-r--r-- | eventattacher/source/eventattacher.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eventattacher/source/eventattacher.cxx b/eventattacher/source/eventattacher.cxx index ef72e0bd3802..01fd76a3938a 100644 --- a/eventattacher/source/eventattacher.cxx +++ b/eventattacher/source/eventattacher.cxx @@ -76,7 +76,6 @@ public: virtual sal_Bool SAL_CALL hasProperty(const OUString& Name) throw( RuntimeException, std::exception ) override; private: - Reference< XIdlReflection > m_xCoreReflection; Reference< XAllListener > m_xAllListener; Reference< XIdlClass > m_xListenerType; Any m_Helper; @@ -449,7 +448,6 @@ private: throw (CannotConvertException, RuntimeException); EventAttacherImpl * m_pEA; - Reference< XInterface > m_xEAHold; OUString m_EventMethod; Reference< XAllListener > m_AllListener; }; @@ -458,7 +456,6 @@ private: FilterAllListenerImpl::FilterAllListenerImpl( EventAttacherImpl * pEA_, const OUString& EventMethod_, const Reference< XAllListener >& AllListener_ ) : m_pEA( pEA_ ) - , m_xEAHold( *pEA_ ) , m_EventMethod( EventMethod_ ) , m_AllListener( AllListener_ ) { |