Jacek Caban : mshtml: Don' t use IHTMLControlElement in IDispatchEx implementations.

Alexandre Julliard julliard at winehq.org
Wed Oct 1 14:09:24 CDT 2008


Module: wine
Branch: master
Commit: 1ee46d4814dabac5351d2f6a7fb85affdcdf7d2a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1ee46d4814dabac5351d2f6a7fb85affdcdf7d2a

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Sep 30 17:41:20 2008 +0200

mshtml: Don't use IHTMLControlElement in IDispatchEx implementations.

---

 dlls/mshtml/dispex.c         |    1 -
 dlls/mshtml/htmlbody.c       |    1 -
 dlls/mshtml/mshtml_private.h |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/mshtml/dispex.c b/dlls/mshtml/dispex.c
index 0301a41..37deec6 100644
--- a/dlls/mshtml/dispex.c
+++ b/dlls/mshtml/dispex.c
@@ -84,7 +84,6 @@ static REFIID tid_ids[] = {
     &IID_IHTMLBodyElement,
     &IID_IHTMLBodyElement2,
     &IID_IHTMLCommentElement,
-    &IID_IHTMLControlElement,
     &IID_IHTMLDocument2,
     &IID_IHTMLDocument3,
     &IID_IHTMLDocument4,
diff --git a/dlls/mshtml/htmlbody.c b/dlls/mshtml/htmlbody.c
index e5545f5..efe5df8 100644
--- a/dlls/mshtml/htmlbody.c
+++ b/dlls/mshtml/htmlbody.c
@@ -669,7 +669,6 @@ static const NodeImplVtbl HTMLBodyElementImplVtbl = {
 static const tid_t HTMLBodyElement_iface_tids[] = {
     IHTMLBodyElement_tid,
     IHTMLBodyElement2_tid,
-    IHTMLControlElement_tid,
     IHTMLDOMNode_tid,
     IHTMLDOMNode2_tid,
     IHTMLElement_tid,
diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h
index afbde54..e255bc3 100644
--- a/dlls/mshtml/mshtml_private.h
+++ b/dlls/mshtml/mshtml_private.h
@@ -80,7 +80,6 @@ typedef enum {
     IHTMLBodyElement_tid,
     IHTMLBodyElement2_tid,
     IHTMLCommentElement_tid,
-    IHTMLControlElement_tid,
     IHTMLDocument2_tid,
     IHTMLDocument3_tid,
     IHTMLDocument4_tid,




More information about the wine-cvs mailing list