summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/unodispatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/unodispatch.hxx')
-rw-r--r--sw/source/uibase/inc/unodispatch.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/source/uibase/inc/unodispatch.hxx b/sw/source/uibase/inc/unodispatch.hxx
index 316bcf0152a4..961637788f5a 100644
--- a/sw/source/uibase/inc/unodispatch.hxx
+++ b/sw/source/uibase/inc/unodispatch.hxx
@@ -22,7 +22,6 @@
#include <com/sun/star/frame/XDispatchProviderInterception.hpp>
#include <com/sun/star/frame/XDispatchProviderInterceptor.hpp>
#include <com/sun/star/view/XSelectionChangeListener.hpp>
-#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XInterceptorInfo.hpp>
#include <cppuhelper/implbase.hxx>
@@ -31,11 +30,10 @@
class SwView;
-class SwXDispatchProviderInterceptor : public cppu::WeakImplHelper
+class SwXDispatchProviderInterceptor final : public cppu::WeakImplHelper
<
css::frame::XDispatchProviderInterceptor,
css::lang::XEventListener,
- css::lang::XUnoTunnel,
css::frame::XInterceptorInfo
>
{
@@ -79,10 +77,6 @@ public:
// XEventListener
virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) override;
- //XUnoTunnel
- static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId();
- virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override;
-
// XInterceptorInfo
virtual css::uno::Sequence<OUString> SAL_CALL getInterceptedURLs() override;
@@ -95,7 +89,7 @@ struct StatusStruct_Impl
css::uno::Reference< css::frame::XStatusListener> xListener;
css::util::URL aURL;
};
-class SwXDispatch : public cppu::WeakImplHelper
+class SwXDispatch final : public cppu::WeakImplHelper
<
css::frame::XDispatch,
css::view::XSelectionChangeListener