summaryrefslogtreecommitdiff
path: root/include/comphelper/containermultiplexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/containermultiplexer.hxx')
-rw-r--r--include/comphelper/containermultiplexer.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/comphelper/containermultiplexer.hxx b/include/comphelper/containermultiplexer.hxx
index f66024882e68..c3e77c62093b 100644
--- a/include/comphelper/containermultiplexer.hxx
+++ b/include/comphelper/containermultiplexer.hxx
@@ -69,9 +69,11 @@ namespace comphelper
//= OContainerListenerAdapter
+ class SAL_DLLPUBLIC_TEMPLATE OContainerListenerAdapter_BASE
+ : public cppu::WeakImplHelper<css::container::XContainerListener> {};
class COMPHELPER_DLLPUBLIC OContainerListenerAdapter
- :public cppu::WeakImplHelper< css::container::XContainerListener >
+ : public OContainerListenerAdapter_BASE
{
friend class OContainerListener;