summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service/AccObjectWinManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/source/service/AccObjectWinManager.cxx')
-rw-r--r--winaccessibility/source/service/AccObjectWinManager.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/winaccessibility/source/service/AccObjectWinManager.cxx b/winaccessibility/source/service/AccObjectWinManager.cxx
index f180127acf65..69d8af6ee65a 100644
--- a/winaccessibility/source/service/AccObjectWinManager.cxx
+++ b/winaccessibility/source/service/AccObjectWinManager.cxx
@@ -924,13 +924,6 @@ void AccObjectWinManager::UpdateAction( XAccessible* pXAcc )
pAccObj->UpdateAction();
}
-void AccObjectWinManager::UpdateDescription( XAccessible* pXAcc )
-{
- AccObject* pAccObj = GetAccObjByXAcc( pXAcc );
- if ( pAccObj )
- pAccObj->UpdateDescription();
-}
-
/**
* Set corresponding com object's accessible location via XAccessible interface and new
* location.
@@ -985,19 +978,6 @@ void AccObjectWinManager::SetAccName( XAccessible* pXAcc, Any newName)
}
/**
- * Set corresponding com object's description via XAccessible interface and new description.
- * @param pXAcc XAccessible interface.
- * @param newDesc new description
- * @return
- */
-void AccObjectWinManager::SetDescription( XAccessible* pXAcc, Any newDesc )
-{
- AccObject* pAccObj = GetAccObjByXAcc( pXAcc );
- if( pAccObj )
- pAccObj->SetDescription( newDesc );
-}
-
-/**
* Set corresponding com object's role via XAccessible interface and new role.
* @param pXAcc XAccessible interface.
* @param Role new role