summaryrefslogtreecommitdiff
path: root/comphelper/source/eventattachermgr
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-23 09:30:48 +0200
committerNoel Grandin <noel@peralex.com>2015-12-23 09:38:46 +0200
commitc5458af9051c7c3579a381592a14af725691f88c (patch)
tree8daf61dd8eeb4e7b2fea937929f4b85cf2a5e29d /comphelper/source/eventattachermgr
parent395815caa6be493d0831a61ba3de4e7d5ba4ae1d (diff)
loplugin:unusedfields in chart2
Change-Id: I8203f84ad8b138932c990032e17ea5d2daf384bb
Diffstat (limited to 'comphelper/source/eventattachermgr')
-rw-r--r--comphelper/source/eventattachermgr/eventattachermgr.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx
index d782b744fc42..0717ea136130 100644
--- a/comphelper/source/eventattachermgr/eventattachermgr.cxx
+++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx
@@ -87,7 +87,6 @@ class ImplEventAttacherManager
Reference< XEventAttacher2 > xAttacher;
Reference< XComponentContext > mxContext;
Reference< XIdlReflection > mxCoreReflection;
- Reference< XIntrospection > mxIntrospection;
Reference< XTypeConverter > xConverter;
sal_Int16 nVersion;
public:
@@ -361,7 +360,6 @@ ImplEventAttacherManager::ImplEventAttacherManager( const Reference< XIntrospect
const Reference< XComponentContext >& rContext )
: aScriptListeners( aLock )
, mxContext( rContext )
- , mxIntrospection( rIntrospection )
, nVersion(0)
{
if ( rContext.is() )