diff options
Diffstat (limited to 'stoc/source/loader/dllcomponentloader.cxx')
-rw-r--r-- | stoc/source/loader/dllcomponentloader.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/loader/dllcomponentloader.cxx b/stoc/source/loader/dllcomponentloader.cxx index bb99a997a187..749cb99322a9 100644 --- a/stoc/source/loader/dllcomponentloader.cxx +++ b/stoc/source/loader/dllcomponentloader.cxx @@ -31,7 +31,7 @@ #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/shlib.hxx> -#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/bootstrap.hxx> @@ -53,7 +53,7 @@ using namespace osl; namespace { class DllComponentLoader - : public WeakImplHelper3< XImplementationLoader, + : public WeakImplHelper< XImplementationLoader, XInitialization, XServiceInfo > { |