diff options
Diffstat (limited to 'framework/inc/dispatch/interceptionhelper.hxx')
-rw-r--r-- | framework/inc/dispatch/interceptionhelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx index e032017d280c..e2a9ad9dd021 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -32,7 +32,7 @@ #include <com/sun/star/frame/DispatchDescriptor.hpp> #include <tools/wldcrd.hxx> -#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/weakref.hxx> #include <deque> @@ -47,7 +47,7 @@ namespace framework{ @attention Don't use this class as direct member - use it dynamicly. Do not derive from this class. We hold a weakreference to our owner not to our superclass. */ -class InterceptionHelper : public ::cppu::WeakImplHelper3< +class InterceptionHelper : public ::cppu::WeakImplHelper< css::frame::XDispatchProvider, css::frame::XDispatchProviderInterception, css::lang::XEventListener > |