summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-01-17 16:44:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-01-19 06:37:52 +0000
commit7c55f9e327ddcede8ebb8235c97a83436a87b5be (patch)
treedf3d7c7d09028df792d2e55a2cabf5273878abbc /sw/inc/unotbl.hxx
parentcf734427550f1a42f8ac669378719a1cad617bbb (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/unotbl.hxx')
-rw-r--r--sw/inc/unotbl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index fb02bfb9f9d1..160d29290d8d 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -199,7 +199,7 @@ class SW_DLLPUBLIC SwXTextTableCursor final
public:
SwXTextTableCursor(SwFrameFormat* pFormat, SwTableBox const* pBox);
SwXTextTableCursor(SwFrameFormat& rTableFormat, const SwTableCursor* pTableSelection);
- DECLARE_XINTERFACE()
+ virtual void SAL_CALL release() noexcept override;
//XTextTableCursor
virtual OUString SAL_CALL getRangeName() override;