From ed49818ab0af63f3246e8c27ba87aef4d9fbb829 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 24 Jun 2016 10:29:48 +0200 Subject: Clean up OContainerListenerAdapter * elide OContainerListenerAdapter_BASE * no need for protected members Change-Id: I70095dadc4b1f42f04c8ea76b2236bf99a226da9 --- include/comphelper/containermultiplexer.hxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'include/comphelper/containermultiplexer.hxx') diff --git a/include/comphelper/containermultiplexer.hxx b/include/comphelper/containermultiplexer.hxx index cfc76a3b8fe2..fda66f07c96b 100644 --- a/include/comphelper/containermultiplexer.hxx +++ b/include/comphelper/containermultiplexer.hxx @@ -67,17 +67,12 @@ namespace comphelper void setAdapter(OContainerListenerAdapter* _pAdapter); }; - - //= OContainerListenerAdapter - class SAL_DLLPUBLIC_TEMPLATE OContainerListenerAdapter_BASE - : public cppu::WeakImplHelper {}; - class COMPHELPER_DLLPUBLIC OContainerListenerAdapter - : public OContainerListenerAdapter_BASE + : public cppu::WeakImplHelper { friend class OContainerListener; - protected: + private: css::uno::Reference< css::container::XContainer > m_xContainer; OContainerListener* m_pListener; -- cgit