summaryrefslogtreecommitdiff
path: root/svx/source/table/tablerow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablerow.hxx')
-rw-r--r--svx/source/table/tablerow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablerow.hxx b/svx/source/table/tablerow.hxx
index 9ecc6ef1cf9d..a6719c8564b1 100644
--- a/svx/source/table/tablerow.hxx
+++ b/svx/source/table/tablerow.hxx
@@ -48,7 +48,7 @@ public:
void insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::iterator* pIter = nullptr );
void removeColumns( sal_Int32 nIndex, sal_Int32 nCount );
/// Reference to the table model containing this row.
- TableModelRef const & getModel() const;
+ const TableModelRef& getModel() const;
// XCellRange
virtual css::uno::Reference< css::table::XCell > SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception) override;