From 0d44e98d6aa2c390fd9bcdd97290f463b136ddb6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 7 Jan 2015 12:18:56 +0100 Subject: Variadic cppu::WeakImplHelper Change-Id: Ia02a7c94ca282f28fa3c191dd65a71b6bf031792 --- cppuhelper/source/factory.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cppuhelper/source/factory.cxx') diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index e288dad52fbd..ea0b14108774 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include @@ -873,7 +873,7 @@ sal_Bool SAL_CALL ORegistryFactoryHelper::releaseOnNotification() throw(::com::s return retVal; } -class OFactoryProxyHelper : public WeakImplHelper3< XServiceInfo, XSingleServiceFactory, +class OFactoryProxyHelper : public WeakImplHelper< XServiceInfo, XSingleServiceFactory, XUnloadingPreference > { Reference xFactory; -- cgit