From d66d1f6fd47b02076945c09c0d6f8f019d0501d5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 12 Jan 2023 16:39:44 +0200 Subject: XUnoTunnel->dynamic_cast in SvXMLExport Change-Id: I68e4691ac0a58e2320b534d15934ff177feb124d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145493 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/xmlexp.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index 37a9096a0b32..818f524ad545 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -24,7 +24,6 @@ #include #include -#include #include #include #include @@ -113,8 +112,7 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public cppu::WeakImplHelper< css::lang::XServiceInfo, css::document::XExporter, css::lang::XInitialization, - css::container::XNamed, - css::lang::XUnoTunnel> + css::container::XNamed> { std::unique_ptr mpImpl; // dummy @@ -311,9 +309,6 @@ public: virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) final override; virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) final override; - // XUnoTunnel - UNO3_GETIMPLEMENTATION_DECL(SvXMLExport) - /** ensures that the given namespace is in scope at the next started element. -- cgit v1.2.3