Kaydet (Commit) 6e4ab42c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Oops, partial revert of 5ba86251

Change-Id: I180aa42ff2d97bad921603c20a0834aa3315526b
üst 5ba86251
...@@ -539,6 +539,7 @@ STDMETHODIMP CAccTable::get_summary(IUnknown * * accessible) ...@@ -539,6 +539,7 @@ STDMETHODIMP CAccTable::get_summary(IUnknown * * accessible)
Reference<XAccessible> pRAcc = GetXInterface()->getAccessibleSummary(); Reference<XAccessible> pRAcc = GetXInterface()->getAccessibleSummary();
IAccessible* pRet = NULL; IAccessible* pRet = NULL;
CMAccessible::get_IAccessibleFromXAccessible(pRAcc.get(), &pRet);
if(pRet) if(pRet)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment