OleFont::IDispatch::Invoke stub can just return S_OK.
This commit is contained in:
parent
8cd1f719bc
commit
3f46d3d6a4
|
@ -1197,10 +1197,10 @@ static HRESULT WINAPI OLEFontImpl_Invoke(
|
||||||
UINT* puArgErr)
|
UINT* puArgErr)
|
||||||
{
|
{
|
||||||
_ICOM_THIS_From_IDispatch(IFont, iface);
|
_ICOM_THIS_From_IDispatch(IFont, iface);
|
||||||
FIXME("%p->(%ld,%s,%lx,%x):Stub\n", this,dispIdMember,debugstr_guid(riid),lcid,
|
FIXME("%p->(%ld,%s,%lx,%x), stub!\n", this,dispIdMember,debugstr_guid(riid),lcid,
|
||||||
wFlags
|
wFlags
|
||||||
);
|
);
|
||||||
return E_NOTIMPL;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue