From 3dade1e7def970bffd0aeac5d34b831e1ea37ed1 Mon Sep 17 00:00:00 2001 From: Benjamin Arai Date: Thu, 10 Aug 2006 18:48:37 -0700 Subject: [PATCH] oleaut32: Removes stub message from olefont:OLEFontImpl_FindConnectionPoint. --- dlls/oleaut32/olefont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/oleaut32/olefont.c b/dlls/oleaut32/olefont.c index ee52a058325..ac0bc8f8bd2 100644 --- a/dlls/oleaut32/olefont.c +++ b/dlls/oleaut32/olefont.c @@ -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,