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
commitf9567d29bf2c463ab847c8210b59bdd84baadb31 (patch)
tree960b496fad994fc246d300fc77253f1a48f95ae5 /accessibility
parent806ac2fb3a8616c6d80785b661949e79922fca57 (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 4d00f1b86e01..1c420724194a 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 );