From 4dac12efdce4f5cd83fd78a901186c68f020b7fa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 Jan 2023 10:40:34 +0200 Subject: XUnoTunnel->dynamic_cast for SwXFrame Change-Id: I48fd10781e7f09b37b6b0000f68456e8194e6d7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145761 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/unotbl.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sw/inc/unotbl.hxx') diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 160d29290d8d..4bd7e2efe118 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SW_INC_UNOTBL_HXX #define INCLUDED_SW_INC_UNOTBL_HXX +#include #include #include #include @@ -89,12 +90,6 @@ public: SwXCell(SwFrameFormat* pTableFormat, SwTableBox* pBox, size_t nPos); SwXCell(SwFrameFormat* pTableFormat, const SwStartNode& rStartNode); // XML import interface - - static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId(); - - //XUnoTunnel - virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override; - virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override; virtual void SAL_CALL acquire( ) noexcept override; virtual void SAL_CALL release( ) noexcept override; -- cgit