mshtml: Don't use IHTMLControlElement in IDispatchEx implementations.

This commit is contained in:
Jacek Caban 2008-09-30 17:41:20 +02:00 committed by Alexandre Julliard
parent 630252c12d
commit 1ee46d4814
3 changed files with 0 additions and 3 deletions

View File

@ -84,7 +84,6 @@ static REFIID tid_ids[] = {
&IID_IHTMLBodyElement, &IID_IHTMLBodyElement,
&IID_IHTMLBodyElement2, &IID_IHTMLBodyElement2,
&IID_IHTMLCommentElement, &IID_IHTMLCommentElement,
&IID_IHTMLControlElement,
&IID_IHTMLDocument2, &IID_IHTMLDocument2,
&IID_IHTMLDocument3, &IID_IHTMLDocument3,
&IID_IHTMLDocument4, &IID_IHTMLDocument4,

View File

@ -669,7 +669,6 @@ static const NodeImplVtbl HTMLBodyElementImplVtbl = {
static const tid_t HTMLBodyElement_iface_tids[] = { static const tid_t HTMLBodyElement_iface_tids[] = {
IHTMLBodyElement_tid, IHTMLBodyElement_tid,
IHTMLBodyElement2_tid, IHTMLBodyElement2_tid,
IHTMLControlElement_tid,
IHTMLDOMNode_tid, IHTMLDOMNode_tid,
IHTMLDOMNode2_tid, IHTMLDOMNode2_tid,
IHTMLElement_tid, IHTMLElement_tid,

View File

@ -80,7 +80,6 @@ typedef enum {
IHTMLBodyElement_tid, IHTMLBodyElement_tid,
IHTMLBodyElement2_tid, IHTMLBodyElement2_tid,
IHTMLCommentElement_tid, IHTMLCommentElement_tid,
IHTMLControlElement_tid,
IHTMLDocument2_tid, IHTMLDocument2_tid,
IHTMLDocument3_tid, IHTMLDocument3_tid,
IHTMLDocument4_tid, IHTMLDocument4_tid,