diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-18 15:15:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-19 17:56:13 +0000 |
commit | 0c25ccbd0e6e08750aff9efff5b579b21651d3b6 (patch) | |
tree | 78b100342e883bdc2df925dfc6e2567f4e7f8172 /sw/inc/unotbl.hxx | |
parent | bc87e206f4201cbd3d4df8f14355fb29643768f7 (diff) |
XUnoTunnel->dynamic_cast in SwXCellRange
Change-Id: Ib2ffd8a58eb696dfa845a08f6d05fd9898ff7db8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145785
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.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 4bd7e2efe118..c9483a020bfc 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -353,7 +353,6 @@ class SwXCellRange final : public cppu::WeakImplHelper < css::table::XCellRange, css::lang::XServiceInfo, - css::lang::XUnoTunnel, css::beans::XPropertySet, css::chart::XChartDataArray, css::util::XSortable, @@ -372,17 +371,12 @@ public: const sw::UnoCursorPointer& pCursor, SwFrameFormat& rFrameFormat, SwRangeDescriptor const & rDesc); - static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId(); - void SetLabels(bool bFirstRowAsLabel, bool bFirstColumnAsLabel); std::vector<css::uno::Reference<css::table::XCell>> GetCells(); const SwUnoCursor* GetTableCursor() const; - //XUnoTunnel - virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override; - //XCellRange virtual css::uno::Reference< css::table::XCell > SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) override; virtual css::uno::Reference< css::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) override; |