mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 04:18:09 +00:00
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…
x
Reference in New Issue
Block a user