summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/AccObject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/inc/AccObject.hxx')
-rw-r--r--winaccessibility/inc/AccObject.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/winaccessibility/inc/AccObject.hxx b/winaccessibility/inc/AccObject.hxx
index eef53cce0823..4f19c0fa8fd4 100644
--- a/winaccessibility/inc/AccObject.hxx
+++ b/winaccessibility/inc/AccObject.hxx
@@ -36,15 +36,7 @@ class AccEventListener;
class AccObjectManagerAgent;
class AccObject;
-struct ltstr4
-{
- bool operator()(const long s1, const long s2) const
- {
- return long(s1)<long(s2);
- }
-};
-
-typedef std::map< const long, AccObject*,ltstr4 > IAccSelectionList;
+typedef std::map<const long, AccObject*> IAccSelectionList;
typedef std::vector<AccObject *> IAccChildList;