summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service/AccObject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/source/service/AccObject.cxx')
-rw-r--r--winaccessibility/source/service/AccObject.cxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx
index e9ca101207fe..781c58c82e71 100644
--- a/winaccessibility/source/service/AccObject.cxx
+++ b/winaccessibility/source/service/AccObject.cxx
@@ -285,22 +285,6 @@ void AccObject::UpdateName( )
return ;
}
-/**
- * Update description property to com object.
- * no content for update description
- * @param
- * @return
- */
-void AccObject::UpdateDescription()
-{
- if (!m_pIMAcc)
- {
- return;
- }
-
- m_pIMAcc->Put_XAccDescription(o3tl::toW(m_xAccContextRef->getAccessibleDescription().getStr()));
- return ;
-}
/**
* Update default action property to com object.
@@ -502,18 +486,6 @@ void AccObject::SetName( Any pAny)
}
/**
- * Set description property via pAny.
- * @param pAny New accessible description.
- * @return
- */
-void AccObject::SetDescription( Any pAny )
-{
- if( nullptr == m_pIMAcc )
- return ;
- m_pIMAcc->Put_XAccDescription( o3tl::toW(GetMAccessibleValueFromAny(pAny).getStr()) );
-}
-
-/**
* Set role property via pAny
* @param Role New accessible role.
* @return
@@ -1023,8 +995,6 @@ bool AccObject:: UpdateAccessibleInfoFromUnoToMSAA ( )
UpdateValue();
- UpdateDescription();
-
UpdateActionDesc();
UpdateRole();