Commit 4bd0ec1a authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Remove nonsense msxml IDL attributes.

parent cbb4f7d5
...@@ -201,8 +201,8 @@ interface IXMLElement2 : IDispatch ...@@ -201,8 +201,8 @@ interface IXMLElement2 : IDispatch
[id(DISPID_XMLELEMENT_ADDCHILD)] [id(DISPID_XMLELEMENT_ADDCHILD)]
HRESULT addChild( HRESULT addChild(
[in] IXMLElement2 *pChildElem, [in] IXMLElement2 *pChildElem,
[retval, out] long lIndex, [in] long lIndex,
[retval, out] long lReserved); [in] long lReserved);
[id(DISPID_XMLELEMENT_REMOVECHILD)] [id(DISPID_XMLELEMENT_REMOVECHILD)]
HRESULT removeChild([in]IXMLElement2 *pChildElem); HRESULT removeChild([in]IXMLElement2 *pChildElem);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment