Donna Whisnant : mshtml.idl: Fix duplicated dispinterface functions.

Alexandre Julliard julliard at winehq.org
Tue Feb 4 15:33:20 CST 2020


Module: wine
Branch: master
Commit: ec27f4838c6bef821deddf7d88d498b57f906c46
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ec27f4838c6bef821deddf7d88d498b57f906c46

Author: Donna Whisnant <WhisantDonnaE at JohnDeere.com>
Date:   Tue Feb  4 19:58:39 2020 +0100

mshtml.idl: Fix duplicated dispinterface functions.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/mshtml.idl | 135 -----------------------------------------------------
 1 file changed, 135 deletions(-)

diff --git a/include/mshtml.idl b/include/mshtml.idl
index 0faa605482..67c3712fc4 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -11992,18 +11992,6 @@ methods:
     [propget, id(DISPID_IHTMLLINKELEMENT_TYPE), displaybind, bindable]
     BSTR type();
 
-    [propput, id(DISPID_IHTMLLINKELEMENT_ONLOAD), displaybind, bindable]
-    void onload(VARIANT v);
-
-    [propget, id(DISPID_IHTMLLINKELEMENT_ONLOAD), displaybind, bindable]
-    VARIANT onload();
-
-    [propput, id(DISPID_IHTMLLINKELEMENT_ONERROR), displaybind, bindable]
-    void onerror(VARIANT v);
-
-    [propget, id(DISPID_IHTMLLINKELEMENT_ONERROR), displaybind, bindable]
-    VARIANT onerror();
-
     [propget, id(DISPID_IHTMLLINKELEMENT_STYLESHEET)]
     IHTMLStyleSheet *styleSheet();
 
@@ -12534,18 +12522,6 @@ methods:
     [propget, id(DISPID_IHTMLFORMELEMENT_NAME)]
     BSTR name();
 
-    [propput, id(DISPID_IHTMLFORMELEMENT_ONSUBMIT)]
-    void onsubmit(VARIANT v);
-
-    [propget, id(DISPID_IHTMLFORMELEMENT_ONSUBMIT)]
-    VARIANT onsubmit();
-
-    [propput, id(DISPID_IHTMLFORMELEMENT_ONRESET)]
-    void onreset(VARIANT v);
-
-    [propget, id(DISPID_IHTMLFORMELEMENT_ONRESET)]
-    VARIANT onreset();
-
     [id(DISPID_IHTMLFORMELEMENT_SUBMIT)]
     void submit();
 
@@ -13315,24 +13291,6 @@ methods:
     [propget, id(DISPID_IHTMLIMGELEMENT_ALIGN), displaybind, bindable]
     BSTR align();
 
-    [propput, id(DISPID_IHTMLIMGELEMENT_ONLOAD), displaybind, bindable]
-    void onload(VARIANT v);
-
-    [propget, id(DISPID_IHTMLIMGELEMENT_ONLOAD), displaybind, bindable]
-    VARIANT onload();
-
-    [propput, id(DISPID_IHTMLIMGELEMENT_ONERROR), displaybind, bindable]
-    void onerror(VARIANT v);
-
-    [propget, id(DISPID_IHTMLIMGELEMENT_ONERROR), displaybind, bindable]
-    VARIANT onerror();
-
-    [propput, id(DISPID_IHTMLIMGELEMENT_ONABORT), displaybind, bindable]
-    void onabort(VARIANT v);
-
-    [propget, id(DISPID_IHTMLIMGELEMENT_ONABORT), displaybind, bindable]
-    VARIANT onabort();
-
     [propput, id(DISPID_IHTMLIMGELEMENT_NAME), displaybind, bindable]
     void name(BSTR v);
 
@@ -13883,12 +13841,6 @@ methods:
     [propget, id(DISPID_IHTMLBODYELEMENT_ALINK), displaybind, bindable]
     VARIANT aLink();
 
-    [propput, id(DISPID_IHTMLBODYELEMENT_ONLOAD), displaybind, bindable]
-    void onload(VARIANT v);
-
-    [propget, id(DISPID_IHTMLBODYELEMENT_ONLOAD), displaybind, bindable]
-    VARIANT onload();
-
     [propput, id(DISPID_IHTMLBODYELEMENT_ONUNLOAD), displaybind, bindable]
     void onunload(VARIANT v);
 
@@ -13901,12 +13853,6 @@ methods:
     [propget, id(DISPID_IHTMLBODYELEMENT_SCROLL), displaybind, bindable]
     BSTR scroll();
 
-    [propput, id(DISPID_IHTMLBODYELEMENT_ONSELECT), displaybind, bindable]
-    void onselect(VARIANT v);
-
-    [propget, id(DISPID_IHTMLBODYELEMENT_ONSELECT), displaybind, bindable]
-    VARIANT onselect();
-
     [propput, id(DISPID_IHTMLBODYELEMENT_ONBEFOREUNLOAD), displaybind, bindable]
     void onbeforeunload(VARIANT v);
 
@@ -14382,9 +14328,6 @@ properties:
 methods:
     WINE_HTMLDATAELEMENT_DISPINTERFACE_DECL;
 
-    [propget, id(DISPID_IHTMLDOMCONSTRUCTOR_CONSTRUCTOR), hidden]
-    IDispatch* constructor();
-
     [propput, id(DISPID_IHTMLAREAELEMENT_SHAPE)]
     void shape(BSTR v);
 
@@ -14777,12 +14720,6 @@ methods:
     [propget, id(DISPID_IHTMLSELECTELEMENT_OPTIONS)]
     IDispatch *options();
 
-    [propput, id(DISPID_IHTMLSELECTELEMENT_ONCHANGE), displaybind, bindable]
-    void onchange(VARIANT v);
-
-    [propget, id(DISPID_IHTMLSELECTELEMENT_ONCHANGE), displaybind, bindable]
-    VARIANT onchange();
-
     [propput, id(DISPID_IHTMLSELECTELEMENT_SELECTEDINDEX)]
     void selectedIndex(LONG v);
 
@@ -15478,18 +15415,6 @@ methods:
     [id(DISPID_IHTMLINPUTELEMENT_SELECT)]
     void select();
 
-    [propput, id(DISPID_IHTMLINPUTELEMENT_ONCHANGE), displaybind, bindable]
-    void onchange(VARIANT v);
-
-    [propget, id(DISPID_IHTMLINPUTELEMENT_ONCHANGE), displaybind, bindable]
-    VARIANT onchange();
-
-    [propput, id(DISPID_IHTMLINPUTELEMENT_ONSELECT), displaybind, bindable]
-    void onselect(VARIANT v);
-
-    [propget, id(DISPID_IHTMLINPUTELEMENT_ONSELECT), displaybind, bindable]
-    VARIANT onselect();
-
     [propput, id(DISPID_IHTMLINPUTELEMENT_DEFAULTVALUE), displaybind, bindable, hidden]
     void defaultValue(BSTR v);
 
@@ -15586,24 +15511,6 @@ methods:
     [propget, id(DISPID_IHTMLINPUTELEMENT_ALIGN), displaybind, bindable]
     BSTR align();
 
-    [propput, id(DISPID_IHTMLINPUTELEMENT_ONLOAD), displaybind, bindable]
-    void onload(VARIANT v);
-
-    [propget, id(DISPID_IHTMLINPUTELEMENT_ONLOAD), displaybind, bindable]
-    VARIANT onload();
-
-    [propput, id(DISPID_IHTMLINPUTELEMENT_ONERROR), displaybind, bindable]
-    void onerror(VARIANT v);
-
-    [propget, id(DISPID_IHTMLINPUTELEMENT_ONERROR), displaybind, bindable]
-    VARIANT onerror();
-
-    [propput, id(DISPID_IHTMLINPUTELEMENT_ONABORT), displaybind, bindable]
-    void onabort(VARIANT v);
-
-    [propget, id(DISPID_IHTMLINPUTELEMENT_ONABORT), displaybind, bindable]
-    VARIANT onabort();
-
     [propput, id(DISPID_IHTMLINPUTELEMENT_WIDTH)]
     void width(LONG v);
 
@@ -15815,18 +15722,6 @@ methods:
     [id(DISPID_IHTMLTEXTAREAELEMENT_SELECT)]
     void select();
 
-    [propput, id(DISPID_IHTMLTEXTAREAELEMENT_ONCHANGE), displaybind, bindable]
-    void onchange(VARIANT v);
-
-    [propget, id(DISPID_IHTMLTEXTAREAELEMENT_ONCHANGE), displaybind, bindable]
-    VARIANT onchange();
-
-    [propput, id(DISPID_IHTMLTEXTAREAELEMENT_ONSELECT), displaybind, bindable]
-    void onselect(VARIANT v);
-
-    [propget, id(DISPID_IHTMLTEXTAREAELEMENT_ONSELECT), displaybind, bindable]
-    VARIANT onselect();
-
     [propput, id(DISPID_IHTMLTEXTAREAELEMENT_READONLY), displaybind, bindable]
     void readOnly(VARIANT_BOOL v);
 
@@ -26333,12 +26228,6 @@ methods:
     [propget, id(DISPID_IHTMLSCRIPTELEMENT_DEFER), displaybind, bindable]
     VARIANT_BOOL defer();
 
-    [propput, id(DISPID_IHTMLSCRIPTELEMENT_ONERROR), displaybind, bindable]
-    void onerror(VARIANT v);
-
-    [propget, id(DISPID_IHTMLSCRIPTELEMENT_ONERROR), displaybind, bindable]
-    VARIANT onerror();
-
     [propput, id(DISPID_IHTMLSCRIPTELEMENT_TYPE), displaybind, bindable]
     void type(BSTR v);
 
@@ -26719,12 +26608,6 @@ methods:
     [propget, id(DISPID_IHTMLOBJECTELEMENT_HEIGHT)]
     VARIANT height();
 
-    [propput, id(DISPID_IHTMLOBJECTELEMENT_ONERROR), displaybind, bindable]
-    void onerror(VARIANT v);
-
-    [propget, id(DISPID_IHTMLOBJECTELEMENT_ONERROR), displaybind, bindable]
-    VARIANT onerror();
-
     [propput, id(DISPID_IHTMLOBJECTELEMENT_ALTHTML)]
     void altHtml(BSTR v);
 
@@ -27039,12 +26922,6 @@ interface IHTMLFrameBase2 : IDispatch
     [propget, id(DISPID_IHTMLFRAMEBASE2_CONTENTWINDOW)]                 \
     IHTMLWindow2 *contentWindow();                                      \
                                                                         \
-    [propput, id(DISPID_IHTMLFRAMEBASE2_ONLOAD), displaybind, bindable] \
-    void onload(VARIANT v);                                             \
-                                                                        \
-    [propget, id(DISPID_IHTMLFRAMEBASE2_ONLOAD), displaybind, bindable] \
-    VARIANT onload();                                                   \
-                                                                        \
     [propput, id(DISPID_IHTMLFRAMEBASE2_ALLOWTRANSPARENCY)]             \
     void allowTransparency(VARIANT_BOOL v);                             \
                                                                         \
@@ -27422,18 +27299,6 @@ methods:
     [propget, id(DISPID_IHTMLSTYLEELEMENT_TYPE), displaybind, bindable]
     BSTR type();
 
-    [propput, id(DISPID_IHTMLSTYLEELEMENT_ONLOAD), displaybind, bindable]
-    void onload(VARIANT v);
-
-    [propget, id(DISPID_IHTMLSTYLEELEMENT_ONLOAD), displaybind, bindable]
-    VARIANT onload();
-
-    [propput, id(DISPID_IHTMLSTYLEELEMENT_ONERROR), displaybind, bindable]
-    void onerror(VARIANT v);
-
-    [propget, id(DISPID_IHTMLSTYLEELEMENT_ONERROR), displaybind, bindable]
-    VARIANT onerror();
-
     [propget, id(DISPID_IHTMLSTYLEELEMENT_STYLESHEET)]
     IHTMLStyleSheet *styleSheet();
 




More information about the wine-cvs mailing list