diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-16 14:05:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-17 11:28:43 +0000 |
commit | 87d0f136dede84f694240f55a958d94e3d0fe9ce (patch) | |
tree | 49bc63dc7cbab681c6c048740462919dea64d9c1 /sc/inc/nameuno.hxx | |
parent | 377a8c8ed7dd997d1ac96918b69f805880d208af (diff) |
XUnoTunnel->dynamic_cast in ScNamedRangeObj
Change-Id: Ib298d8ba676f5a6ddf3fe9b7a49dc45c46d7adbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145636
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/nameuno.hxx')
-rw-r--r-- | sc/inc/nameuno.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/nameuno.hxx b/sc/inc/nameuno.hxx index 4cd5423cfc0b..ee37dc365d2f 100644 --- a/sc/inc/nameuno.hxx +++ b/sc/inc/nameuno.hxx @@ -31,7 +31,6 @@ #include <com/sun/star/sheet/XNamedRanges.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/document/XActionLockable.hpp> #include <cppuhelper/implbase.hxx> @@ -47,7 +46,6 @@ class SC_DLLPUBLIC ScNamedRangeObj final : public ::cppu::WeakImplHelper< css::sheet::XFormulaTokens, css::sheet::XCellRangeReferrer, css::beans::XPropertySet, - css::lang::XUnoTunnel, css::lang::XServiceInfo >, public SfxListener { @@ -109,11 +107,6 @@ public: virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener >& aListener ) override; - /// XUnoTunnel - virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override; - - static const css::uno::Sequence<sal_Int8>& getUnoTunnelId(); - /// XServiceInfo virtual OUString SAL_CALL getImplementationName() override; virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override; |