ole: Remove some duplicated code.
This commit is contained in:
parent
fe57d73249
commit
92ad2958ac
|
@ -651,9 +651,6 @@ static HRESULT WINAPI DefaultHandler_GetUserClassID(
|
|||
|
||||
TRACE("(%p, %p)\n", iface, pClsid);
|
||||
|
||||
if (This->pOleDelegate)
|
||||
return IOleObject_GetUserClassID(This->pOleDelegate, pClsid);
|
||||
|
||||
if (This->pOleDelegate)
|
||||
return IOleObject_GetUserClassID(This->pOleDelegate, pClsid);
|
||||
|
||||
|
@ -865,9 +862,6 @@ static HRESULT WINAPI DefaultHandler_GetMiscStatus(
|
|||
|
||||
TRACE("(%p, %lx, %p)\n", iface, dwAspect, pdwStatus);
|
||||
|
||||
if (This->pOleDelegate)
|
||||
return IOleObject_GetMiscStatus(This->pOleDelegate, dwAspect, pdwStatus);
|
||||
|
||||
if (This->pOleDelegate)
|
||||
return IOleObject_GetMiscStatus(This->pOleDelegate, dwAspect, pdwStatus);
|
||||
|
||||
|
|
Loading…
Reference in New Issue