summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service/AccObjectManagerAgent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/source/service/AccObjectManagerAgent.cxx')
-rw-r--r--winaccessibility/source/service/AccObjectManagerAgent.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/winaccessibility/source/service/AccObjectManagerAgent.cxx b/winaccessibility/source/service/AccObjectManagerAgent.cxx
index 62d58f384f17..f28dd766b9e7 100644
--- a/winaccessibility/source/service/AccObjectManagerAgent.cxx
+++ b/winaccessibility/source/service/AccObjectManagerAgent.cxx
@@ -123,18 +123,6 @@ void AccObjectManagerAgent::UpdateLocation( XAccessible* /* pXAcc */, long /*to
}
/**
- * Interface of updating MSAA name when UNO description_changed event occurs.
- * @param pXAcc Uno XAccessible interface of control.
- * @param newDesc New UNO accessible description.
- * @return
- */
-void AccObjectManagerAgent::UpdateDescription( XAccessible* pXAcc, Any newDesc )
-{
- if( pWinManager )
- pWinManager->SetDescription( pXAcc, newDesc );
-}
-
-/**
* When a new UNO XAccessible object is found by listener, we create a corresponding
* com object and insert it to our manager list.
* @param pXAcc Uno XAccessible interface of control.
@@ -333,12 +321,6 @@ short AccObjectManagerAgent::GetParentRole( XAccessible* pXAcc )
return -1;
}
-void AccObjectManagerAgent::UpdateDescription( XAccessible* pXAcc )
-{
- if(pWinManager)
- pWinManager->UpdateDescription( pXAcc );
-}
-
void AccObjectManagerAgent::UpdateChildState(XAccessible* pXAcc)
{
if(pWinManager)