Kaydet (Commit) f9567d29 authored tarafından Mihaela Kedikova's avatar Mihaela Kedikova

fixes for i106470

üst 806ac2fb
...@@ -80,7 +80,6 @@ namespace accessibility ...@@ -80,7 +80,6 @@ namespace accessibility
DBG_CTOR( svt_AccessibleGridControlCell, NULL ); DBG_CTOR( svt_AccessibleGridControlCell, NULL );
// set accessible name here, because for that we need the position of the cell // set accessible name here, because for that we need the position of the cell
// and so the base class isn't capable of doing this // and so the base class isn't capable of doing this
sal_Int32 nPos = _nRowPos * _rTable.GetColumnCount() + _nColPos;
::rtl::OUString aAccName; ::rtl::OUString aAccName;
if(_eType == TCTYPE_TABLECELL) if(_eType == TCTYPE_TABLECELL)
aAccName = _rTable.GetAccessibleObjectName( TCTYPE_TABLECELL, _nRowPos, _nColPos ); aAccName = _rTable.GetAccessibleObjectName( TCTYPE_TABLECELL, _nRowPos, _nColPos );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment