diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-12 16:45:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-14 07:21:10 +0000 |
commit | e07d4c03ac08bc1139420210214e69115cf08586 (patch) | |
tree | b8b34ee4142ff9a9f5675a6872c174c58bac1a9f /starmath/inc/mathml | |
parent | e4e2c7a63217c797802045d326f732296e0af918 (diff) |
XUnoTunnel->dynamic_cast in SvXMLImport
Change-Id: I070bc1a8136e5b492c0ea56774a274b9a3d2ec2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145494
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/mathml')
-rw-r--r-- | starmath/inc/mathml/import.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/mathml/mathmlimport.hxx | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/starmath/inc/mathml/import.hxx b/starmath/inc/mathml/import.hxx index 56f7fe68814b..312768e43f22 100644 --- a/starmath/inc/mathml/import.hxx +++ b/starmath/inc/mathml/import.hxx @@ -115,10 +115,6 @@ public: virtual ~SmMLImport() noexcept override { cleanup(); }; public: - // XUnoTunnel - sal_Int64 SAL_CALL getSomething(const css::uno::Sequence<sal_Int8>& rId) override; - static const css::uno::Sequence<sal_Int8>& getUnoTunnelId() noexcept; - /** End the document */ void SAL_CALL endDocument() override; diff --git a/starmath/inc/mathml/mathmlimport.hxx b/starmath/inc/mathml/mathmlimport.hxx index 03a78b92a76d..c18b587f20b5 100644 --- a/starmath/inc/mathml/mathmlimport.hxx +++ b/starmath/inc/mathml/mathmlimport.hxx @@ -84,10 +84,6 @@ public: OUString const& implementationName, SvXMLImportFlags nImportFlags); virtual ~SmXMLImport() noexcept override; - // XUnoTunnel - sal_Int64 SAL_CALL getSomething(const css::uno::Sequence<sal_Int8>& rId) override; - static const css::uno::Sequence<sal_Int8>& getUnoTunnelId() noexcept; - void SAL_CALL endDocument() override; SvXMLImportContext* CreateFastContext( |