[orca] Remove the libreoffice custom formatting string for combo boxes



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]