Commit 2ab2c51d authored by Jactry Zeng's avatar Jactry Zeng Committed by Alexandre Julliard

riched20: Implement IRichEditOle::GetObjectCount.

parent 0154b59c
......@@ -1379,8 +1379,8 @@ static LONG WINAPI
IRichEditOle_fnGetObjectCount(IRichEditOle *me)
{
IRichEditOleImpl *This = impl_from_IRichEditOle(me);
FIXME("stub %p\n",This);
return 0;
TRACE("(%p)\n",This);
return list_count(&This->editor->reobj_list);
}
static HRESULT WINAPI
......
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