summaryrefslogtreecommitdiffstats
path: root/svx/source/table/accessiblecell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/accessiblecell.hxx')
-rw-r--r--svx/source/table/accessiblecell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/accessiblecell.hxx b/svx/source/table/accessiblecell.hxx
index e417d710221b..dba2e091f508 100644
--- a/svx/source/table/accessiblecell.hxx
+++ b/svx/source/table/accessiblecell.hxx
@@ -72,7 +72,7 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleStateSet> SAL_CALL getAccessibleStateSet(void) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual sal_Int32 SAL_CALL getAccessibleIndexInParent(void) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual OUString SAL_CALL getAccessibleName (void) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- sdr::table::CellRef getCellRef();
+ sdr::table::CellRef getCellRef() { return mxCell;}
void UpdateChildren();
OUString getCellName( sal_Int32 nCol, sal_Int32 nRow );