summaryrefslogtreecommitdiff
path: root/accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java')
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java b/accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java
index 736bc2c7f17b..db8d2b0ab85d 100644
--- a/accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java
+++ b/accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java
@@ -102,7 +102,7 @@ public class NameProvider
maStateMap.put (new Integer (AccessibleStateType.OPAQUE), "OPAQUE");
maStateMap.put (new Integer (AccessibleStateType.PRESSED), "PRESSED");
maStateMap.put (new Integer (AccessibleStateType.RESIZABLE), "RESIZABLE");
- maStateMap.put (new Integer (AccessibleStateType.SELECTABLE), "SELECTABLE");
+ maStateMap.put (new Integer (AccessibleStateType.SELECTABLE), "SELECTABLE");
maStateMap.put (new Integer (AccessibleStateType.SELECTED), "SELECTED");
maStateMap.put (new Integer (AccessibleStateType.SENSITIVE), "SENSITIVE");
maStateMap.put (new Integer (AccessibleStateType.SHOWING), "SHOWING");