diff options
Diffstat (limited to 'include/svx/svdotable.hxx')
-rw-r--r-- | include/svx/svdotable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx index e22ef60a48b7..54688c17e499 100644 --- a/include/svx/svdotable.hxx +++ b/include/svx/svdotable.hxx @@ -118,7 +118,7 @@ public: css::uno::Reference< css::table::XTable > getTable() const; /// Get the concrete UNO class for the table - rtl::Reference< sdr::table::TableModel > getUnoTable() const; + const rtl::Reference< sdr::table::TableModel > & getUnoTable() const; bool isValid( const sdr::table::CellPos& rPos ) const; static CellPos getFirstCell(); |