oleaut32: Removes stub message from olefont:OLEFontImpl_FindConnectionPoint

Benjamin Arai me at benjaminarai.com
Thu Aug 10 20:48:37 CDT 2006


Hi,

ChangeLog:
 - Removes stub message from OLEFontImpl_FindConnectionPoint

---
 dlls/oleaut32/olefont.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
Benjamin Arai
http://www.benjaminarai.com
-------------- next part --------------

diff --git a/dlls/oleaut32/olefont.c b/dlls/oleaut32/olefont.c
index ee52a05..ac0bc8f 100644
--- a/dlls/oleaut32/olefont.c
+++ b/dlls/oleaut32/olefont.c
@@ -2018,7 +2018,7 @@ static HRESULT WINAPI OLEFontImpl_FindCo
    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,
-- 
1.4.0


More information about the wine-patches mailing list