diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-17 16:44:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-19 06:37:52 +0000 |
commit | 7c55f9e327ddcede8ebb8235c97a83436a87b5be (patch) | |
tree | df3d7c7d09028df792d2e55a2cabf5273878abbc /sw/inc/unotextcursor.hxx | |
parent | cf734427550f1a42f8ac669378719a1cad617bbb (diff) |
XUnoTunnel->dynamic_cast in OTextCursorHelper
Change-Id: I9b0101b4f0b96c59ddbde01c7cf7f286aac2a8e9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145703
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/unotextcursor.hxx')
-rw-r--r-- | sw/inc/unotextcursor.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/unotextcursor.hxx b/sw/inc/unotextcursor.hxx index 0d3ce0e5e60c..b45cc0899540 100644 --- a/sw/inc/unotextcursor.hxx +++ b/sw/inc/unotextcursor.hxx @@ -110,14 +110,6 @@ public: virtual const SwDoc* GetDoc() const override; virtual SwDoc* GetDoc() override; - DECLARE_XINTERFACE() - - static const css::uno::Sequence< sal_Int8 >& getUnoTunnelId(); - - // XUnoTunnel - virtual sal_Int64 SAL_CALL getSomething( - const css::uno::Sequence< sal_Int8 >& rIdentifier) override; - // XServiceInfo virtual OUString SAL_CALL getImplementationName() override; virtual sal_Bool SAL_CALL supportsService( |