summaryrefslogtreecommitdiff
path: root/sfx2/inc/unoctitm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-01-17 09:48:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-01-17 16:10:45 +0000
commit3fdfee3268aeae5c9a06527c0f973d258c2188c6 (patch)
treefa7cc02f800ac0df6ff9bff6f239fac412eace4d /sfx2/inc/unoctitm.hxx
parent23e6c378b6d3045d295ad665ae32de65f7f8a47f (diff)
XUnoTunnel->dynamic_cast in SfxOfficeDispatch
Change-Id: Ie1aa51a873d1e80a15cddf6220f23a6cf4d090c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145671 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc/unoctitm.hxx')
-rw-r--r--sfx2/inc/unoctitm.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sfx2/inc/unoctitm.hxx b/sfx2/inc/unoctitm.hxx
index 812dbce7077d..d23b8c9fd714 100644
--- a/sfx2/inc/unoctitm.hxx
+++ b/sfx2/inc/unoctitm.hxx
@@ -20,7 +20,6 @@
#include <memory>
#include <com/sun/star/frame/XNotifyingDispatch.hpp>
-#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <comphelper/multiinterfacecontainer4.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weakref.hxx>
@@ -67,7 +66,7 @@ public:
class SfxSlotServer;
class SfxDispatchController_Impl;
-class SfxOfficeDispatch final : public cppu::ImplInheritanceHelper<SfxStatusDispatcher, css::lang::XUnoTunnel>
+class SfxOfficeDispatch final : public cppu::ImplInheritanceHelper<SfxStatusDispatcher>
{
friend class SfxDispatchController_Impl;
std::unique_ptr<SfxDispatchController_Impl> pImpl;
@@ -89,10 +88,6 @@ public:
virtual void SAL_CALL addStatusListener( const css::uno::Reference< css::frame::XStatusListener > & xControl,
const css::util::URL& aURL) override;
- // XUnoTunnel
- virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override ;
- static const css::uno::Sequence< sal_Int8 >& getUnoTunnelId();
-
static bool IsMasterUnoCommand( const css::util::URL& aURL );
static OUString GetMasterUnoCommand( const css::util::URL& aURL );