oleaut32: Removes stub message from olefont:OLEFontImpl_FindConnectionPoint.

oldstable
Benjamin Arai 2006-08-10 18:48:37 -07:00 committed by Alexandre Julliard
parent 9503f6efef
commit 3dade1e7de
1 changed files with 1 additions and 1 deletions

View File

@ -2018,7 +2018,7 @@ static HRESULT WINAPI OLEFontImpl_FindConnectionPoint(
IConnectionPoint **ppCp)
{
OLEFontImpl *this = impl_from_IConnectionPointContainer(iface);
TRACE("(%p)->(%s, %p): stub\n", this, debugstr_guid(riid), ppCp);
TRACE("(%p)->(%s, %p)\n", this, debugstr_guid(riid), ppCp);
if(IsEqualIID(riid, &IID_IPropertyNotifySink)) {
return IConnectionPoint_QueryInterface(this->pPropertyNotifyCP,