Kaydet (Commit) b6664d06 authored tarafından Michael Stahl's avatar Michael Stahl

winaccessibility: nobody calls get_XInterface

Change-Id: I201fc14a02c47a6c735c65f649c6b9f068d92c71
üst d28687d5
......@@ -49,17 +49,6 @@ public:
return S_OK;
}
STDMETHOD(get_XInterface)(/*[out,retval]*/hyper *pXInterface)
{
*pXInterface = reinterpret_cast<hyper>(pUNOInterface);
return S_OK;
}
STDMETHOD(get_XSubInterface)(/*[out,retval]*/hyper *)
{
return S_OK;
}
protected:
com::sun::star::accessibility::XAccessible* pUNOInterface;
......
......@@ -74,8 +74,6 @@ import "defines.idl";
{
[id(1), helpstring("method put_XInterface")] HRESULT put_XInterface(hyper pXInterface);
[id(2), helpstring("method put_XSubInterface")] HRESULT put_XSubInterface(hyper pXSubInterface);
[id(3), helpstring("method get_XInterface")] HRESULT get_XInterface([out,retval]hyper* pXInterface);
[id(4), helpstring("method get_XSubInterface")] HRESULT get_XSubInterface([out,retval]hyper * pXSubInterface);
};
[
......
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