<div dir="ltr"><div>Hello. I'm trying to pass an argument through any (that's mandatory).</div><div>I was able to set the any value via:</div><div> aArgs[2].setValue(m_pElementTree,Type(TypeClass::TypeClass_UNKNOWN,OUString(u"")));<br></div><div>But now I can't get it back.</div><div>Tried:</div><div> aArgs[2] >> pElementTree;</div><div>pElementTree =  aArgs[2] .get<void*>()</div><div>pElementTree =  aArgs[2] .get<SmMlElement*>()</div>And other's, but it will just give me:<div>error: no matching function for call to ‘cppu_detail_getUnoType(void**)’<br>         return cppu_detail_getUnoType(static_cast< T1 * >(0));</div><div>Can someone tell me how do I get my pointer back, please ?<br></div><div><br></div></div>