summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-01-20 18:41:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-01-22 19:11:24 +0000
commite7ad863764052b8d5334a20b56c7d415d81b82db (patch)
treebfca365466714b226f0f46b3239900a15ccfd10a /sc/inc
parenta32675a5fef9cc8a32234ba7ba1eacb53265e735 (diff)
XUnoTunnel->dynamic_cast in ScTableConditionalFormat
Change-Id: Ice24bb4e6258b40228213b82436ea6d1d50d0e8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145975 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/fmtuno.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/fmtuno.hxx b/sc/inc/fmtuno.hxx
index e9086a84048d..548ca3ec93bc 100644
--- a/sc/inc/fmtuno.hxx
+++ b/sc/inc/fmtuno.hxx
@@ -30,7 +30,6 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
-#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sheet/XMultiFormulaTokens.hpp>
@@ -68,7 +67,6 @@ class ScTableConditionalFormat final : public cppu::WeakImplHelper<
css::sheet::XSheetConditionalEntries,
css::container::XNameAccess,
css::container::XEnumerationAccess,
- css::lang::XUnoTunnel,
css::lang::XServiceInfo >
{
private:
@@ -107,9 +105,6 @@ public:
virtual css::uno::Type SAL_CALL getElementType() override;
virtual sal_Bool SAL_CALL hasElements() override;
- // XUnoTunnel
- UNO3_GETIMPLEMENTATION_DECL(ScTableConditionalFormat)
-
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() override;
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;