Kaydet (Commit) 6cadf68a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wshadow

Looks odd that this isGet block is a perfect copy of what is already done before
this else-if block, but I have no insight at all into that code, so just leave
it at that.

Change-Id: Ieefd6618cb6b0dc49bc4d2c4733b02be2a8e3f7e
üst 788afcfb
......@@ -76,7 +76,7 @@ HRESULT STDMETHODCALLTYPE CEnumVariant::Next(ULONG cElements,VARIANT __RPC_FAR *
{
if(CMAccessible::g_pAgent)
CMAccessible::g_pAgent->InsertAccObj(pRXAcc.get(),pUNOInterface);
BOOL isGet = CMAccessible::get_IAccessibleFromXAccessible(
isGet = CMAccessible::get_IAccessibleFromXAccessible(
pRXAcc.get(), &pChild);
if(isGet)
{
......
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