[orca] Fix a regression in WhereAmI for Calc cells
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix a regression in WhereAmI for Calc cells
- Date: Mon, 3 Feb 2014 12:41:11 +0000 (UTC)
commit 6f949180a591d5643c860841c3b354e766205dff
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Feb 3 07:40:22 2014 -0500
Fix a regression in WhereAmI for Calc cells
src/orca/scripts/apps/soffice/formatting.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/formatting.py b/src/orca/scripts/apps/soffice/formatting.py
index 6f0662f..7fd71bb 100644
--- a/src/orca/scripts/apps/soffice/formatting.py
+++ b/src/orca/scripts/apps/soffice/formatting.py
@@ -76,7 +76,7 @@ formatting = {
# We treat spreadsheet cells differently from other table cells in
# whereAmI.
#
- 'basicWhereAmI': 'roleName + column + columnHeader + row + rowHeader + (textContent or
spreadSheetCell) + anyTextSelection'
+ 'basicWhereAmI': 'roleName + column + columnHeader + row + rowHeader + (textContent or
realTableCell) + anyTextSelection'
},
},
'braille': {
@@ -98,7 +98,7 @@ formatting = {
if orca.settings.useExperimentalSpeechProsody:
formatting['speech']['ROLE_SPREADSHEET_CELL']['basicWhereAmI'] = \
- 'roleName + pause + column + pause + columnHeader + pause + row + pause + rowHeader + pause +
(textContent or spreadSheetCell) + pause + anyTextSelection + pause'
+ 'roleName + pause + column + pause + columnHeader + pause + row + pause + rowHeader + pause +
(textContent or realTableCell) + pause + anyTextSelection + pause'
formatting['speech'][pyatspi.ROLE_TABLE_CELL]['focused'] = \
'endOfTableIndicator + pause + tableCellRow + pause'
formatting['speech'][pyatspi.ROLE_TABLE_CELL]['unfocused'] = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]