summaryrefslogtreecommitdiff
path: root/svx/source/inc/tablemodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/tablemodel.hxx')
-rw-r--r--svx/source/inc/tablemodel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/tablemodel.hxx b/svx/source/inc/tablemodel.hxx
index 5c1ac7a86e6d..e59626da0200 100644
--- a/svx/source/inc/tablemodel.hxx
+++ b/svx/source/inc/tablemodel.hxx
@@ -163,9 +163,9 @@ private:
virtual void SAL_CALL disposing() override;
/// @throws css::lang::IndexOutOfBoundsException
- TableRowRef getRow( sal_Int32 nRow ) const;
+ TableRowRef const & getRow( sal_Int32 nRow ) const;
/// @throws css::lang::IndexOutOfBoundsException
- TableColumnRef getColumn( sal_Int32 nColumn ) const;
+ TableColumnRef const & getColumn( sal_Int32 nColumn ) const;
void updateRows();
void updateColumns();