Remove nonsense msxml IDL attributes.

oldstable
Robert Shearman 2005-08-26 08:47:54 +00:00 committed by Alexandre Julliard
parent cbb4f7d595
commit 4bd0ec1ad3
1 changed files with 2 additions and 2 deletions

View File

@ -201,8 +201,8 @@ interface IXMLElement2 : IDispatch
[id(DISPID_XMLELEMENT_ADDCHILD)]
HRESULT addChild(
[in] IXMLElement2 *pChildElem,
[retval, out] long lIndex,
[retval, out] long lReserved);
[in] long lIndex,
[in] long lReserved);
[id(DISPID_XMLELEMENT_REMOVECHILD)]
HRESULT removeChild([in]IXMLElement2 *pChildElem);