[orca] Remove the libreoffice custom formatting string for combo boxes
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Remove the libreoffice custom formatting string for combo boxes
- Date: Mon, 3 Feb 2014 13:56:19 +0000 (UTC)
commit 613491f5057753cf6508d8f90a507d2ee5055c6d
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Feb 3 08:55:50 2014 -0500
Remove the libreoffice custom formatting string for combo boxes
src/orca/scripts/apps/soffice/formatting.py | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/formatting.py b/src/orca/scripts/apps/soffice/formatting.py
index 84717e7..4a97b99 100644
--- a/src/orca/scripts/apps/soffice/formatting.py
+++ b/src/orca/scripts/apps/soffice/formatting.py
@@ -45,10 +45,6 @@ formatting = {
'basicWhereAmI': orca.formatting.TUTORIAL + ' + description',
'detailedWhereAmI' : '[]'
},
- pyatspi.ROLE_COMBO_BOX: {
- 'focused': 'name + positionInList + availability',
- 'unfocused': 'labelAndName + roleName + positionInList + availability'
- },
pyatspi.ROLE_LABEL: {
'focused': 'expandableState + availability',
'unfocused': 'name + allTextSelection + expandableState + availability + positionInList',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]