summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winaccessibility/inc/AccObject.hxx4
-rw-r--r--winaccessibility/source/service/AccObject.cxx15
2 files changed, 0 insertions, 19 deletions
diff --git a/winaccessibility/inc/AccObject.hxx b/winaccessibility/inc/AccObject.hxx
index 0b34f076b5d6..707d307242bc 100644
--- a/winaccessibility/inc/AccObject.hxx
+++ b/winaccessibility/inc/AccObject.hxx
@@ -48,7 +48,6 @@ class AccEventListener;
class AccObjectManagerAgent;
class AccObject;
-typedef std::map<const long, AccObject*> IAccSelectionList;
typedef std::vector<AccObject *> IAccChildList;
@@ -63,7 +62,6 @@ private:
AccObject* m_pParentObj;
IAccChildList m_childrenList;
::rtl::Reference<AccEventListener> m_pListener;
- IAccSelectionList m_selectionList;
css::uno::Reference < css::accessibility::XAccessible > m_xAccRef;
css::uno::Reference < css::accessibility::XAccessibleAction > m_xAccActionRef;
@@ -126,8 +124,6 @@ public:
void setFocus();
void unsetFocus();
- void AddSelect(long index, AccObject* accObj);
- IAccSelectionList& GetSelection();
void setLocalizedResourceString();
};
diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx
index 7b3f1e6fc1db..1f7dc5df224d 100644
--- a/winaccessibility/source/service/AccObject.cxx
+++ b/winaccessibility/source/service/AccObject.cxx
@@ -953,21 +953,6 @@ bool AccObject::UpdateAccessibleInfoFromUnoToMSAA()
return true;
}
-/*
- * Add a child selected element.
- * @param pAccObj Child object pointer.
- * @return
- */
-void AccObject::AddSelect( long index, AccObject* accObj)
-{
- m_selectionList.emplace(index,accObj);
-}
-
-IAccSelectionList& AccObject::GetSelection()
-{
- return m_selectionList;
-}
-
/**
* Set self to focus object in parent child list