[orca] Remove the custom formatting for libreoffice buttons



commit 90ca4d5728d0c5200260e14bb6cb249b8f4a3f07
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Feb 3 08:27:39 2014 -0500

    Remove the custom formatting for libreoffice buttons

 src/orca/scripts/apps/soffice/formatting.py |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/formatting.py b/src/orca/scripts/apps/soffice/formatting.py
index 7fd71bb..84717e7 100644
--- a/src/orca/scripts/apps/soffice/formatting.py
+++ b/src/orca/scripts/apps/soffice/formatting.py
@@ -54,14 +54,6 @@ formatting = {
             'unfocused': 'name + allTextSelection + expandableState + availability + positionInList',
             'basicWhereAmI': 'roleName + name + positionInList + expandableState + (nodeLevel or 
nestingLevel)'
             },
-        pyatspi.ROLE_PUSH_BUTTON: {
-            'unfocused': 'labelAndName + roleName + toggleState + availability',
-            'focused': 'labelAndName + toggleState'
-            },
-        pyatspi.ROLE_TOGGLE_BUTTON: {
-            'unfocused': 'labelAndName + toggleState',
-            'focused': 'labelAndName + toggleState'
-            },
         pyatspi.ROLE_TABLE_CELL: {
             'focused': 'endOfTableIndicator + tableCellRow',
             'unfocused': 'endOfTableIndicator + tableCellRow',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]