diff options
Diffstat (limited to 'svx/source/table/accessiblecell.hxx')
-rw-r--r-- | svx/source/table/accessiblecell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/accessiblecell.hxx b/svx/source/table/accessiblecell.hxx index 0aa17a227b47..0279b6a96fbb 100644 --- a/svx/source/table/accessiblecell.hxx +++ b/svx/source/table/accessiblecell.hxx @@ -72,7 +72,7 @@ public: virtual css::uno::Reference< css::accessibility::XAccessibleStateSet> SAL_CALL getAccessibleStateSet() throw(css::uno::RuntimeException, std::exception) override; virtual sal_Int32 SAL_CALL getAccessibleIndexInParent() throw(css::uno::RuntimeException, std::exception) override; virtual OUString SAL_CALL getAccessibleName() throw (css::uno::RuntimeException, std::exception) override; - sdr::table::CellRef getCellRef() { return mxCell;} + const sdr::table::CellRef& getCellRef() { return mxCell;} void UpdateChildren(); static OUString getCellName( sal_Int32 nCol, sal_Int32 nRow ); |