summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorMihaela Kedikova <misheto@openoffice.org>2009-11-04 08:06:38 +0000
committerMihaela Kedikova <misheto@openoffice.org>2009-11-04 08:06:38 +0000
commit4d2b2af532adaead7d0bec6f6363e5064fd07c61 (patch)
treef26429d5c33d79c17cdb398ad06df905536baee3 /accessibility
parent9b5e246d3c2316da96d8c6159450c7eea91e3c7f (diff)
fixes for i106470
Diffstat (limited to 'accessibility')
-rwxr-xr-xaccessibility/source/extended/AccessibleGridControlTableCell.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/accessibility/source/extended/AccessibleGridControlTableCell.cxx b/accessibility/source/extended/AccessibleGridControlTableCell.cxx
index ade97ce1f..d4489b0e1 100755
--- a/accessibility/source/extended/AccessibleGridControlTableCell.cxx
+++ b/accessibility/source/extended/AccessibleGridControlTableCell.cxx
@@ -80,7 +80,6 @@ namespace accessibility
DBG_CTOR( svt_AccessibleGridControlCell, NULL );
// 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
- sal_Int32 nPos = _nRowPos * _rTable.GetColumnCount() + _nColPos;
::rtl::OUString aAccName;
if(_eType == TCTYPE_TABLECELL)
aAccName = _rTable.GetAccessibleObjectName( TCTYPE_TABLECELL, _nRowPos, _nColPos );