diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-02 14:07:31 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-07 10:24:54 +0200 |
commit | d1b27a1d9af27c0447d4eb1c8d5864b5028d7746 (patch) | |
tree | 7f551a3eb69040d674bf5b52b0405b897b23324f /eventattacher | |
parent | e4688a3d41265946007c6c9a5c5b5742078c74a3 (diff) |
loplugin:staticmethods
Change-Id: Id3d6b50e07ea0850af18ab9bdadfffe0e4602aab
Diffstat (limited to 'eventattacher')
-rw-r--r-- | eventattacher/source/eventattacher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventattacher/source/eventattacher.cxx b/eventattacher/source/eventattacher.cxx index e5b3e3401ba2..70a8c287dfcb 100644 --- a/eventattacher/source/eventattacher.cxx +++ b/eventattacher/source/eventattacher.cxx @@ -251,7 +251,7 @@ public: friend class FilterAllListenerImpl; private: - Reference<XEventListener> attachListenerForTarget( + static Reference<XEventListener> attachListenerForTarget( const Reference<XIntrospectionAccess>& xAccess, const Reference<XInvocationAdapterFactory2>& xInvocationAdapterFactory, const Reference<XAllListener>& xAllListener, |