From a7021cc7c2ab273e19b32ca256f81500b63a9147 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Wed, 28 Jul 1999 21:35:28 +0000 Subject: [PATCH] NS_DEFINE_STATIC_IID_ACCESSOR and removed the AboutToDropdown method git-svn-id: svn://10.0.0.236/trunk@41482 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/forms/nsIListControlFrame.h | 7 +------ mozilla/layout/html/forms/public/nsIListControlFrame.h | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/mozilla/layout/forms/nsIListControlFrame.h b/mozilla/layout/forms/nsIListControlFrame.h index 0ee3fc3aa77..4e68753e4d2 100644 --- a/mozilla/layout/forms/nsIListControlFrame.h +++ b/mozilla/layout/forms/nsIListControlFrame.h @@ -38,6 +38,7 @@ class nsIContent; class nsIListControlFrame : public nsISupports { public: + NS_DEFINE_STATIC_IID_ACCESSOR(NS_ILISTCONTROLFRAME_IID) /** * Sets the ComboBoxFrame @@ -51,12 +52,6 @@ public: */ NS_IMETHOD GetSelectedItem(nsString & aStr) = 0; - /** - * Tells the list it is about to drop down - * - */ - NS_IMETHOD AboutToDropDown() = 0; - /** * Initiates mouse capture for the listbox * diff --git a/mozilla/layout/html/forms/public/nsIListControlFrame.h b/mozilla/layout/html/forms/public/nsIListControlFrame.h index 0ee3fc3aa77..4e68753e4d2 100644 --- a/mozilla/layout/html/forms/public/nsIListControlFrame.h +++ b/mozilla/layout/html/forms/public/nsIListControlFrame.h @@ -38,6 +38,7 @@ class nsIContent; class nsIListControlFrame : public nsISupports { public: + NS_DEFINE_STATIC_IID_ACCESSOR(NS_ILISTCONTROLFRAME_IID) /** * Sets the ComboBoxFrame @@ -51,12 +52,6 @@ public: */ NS_IMETHOD GetSelectedItem(nsString & aStr) = 0; - /** - * Tells the list it is about to drop down - * - */ - NS_IMETHOD AboutToDropDown() = 0; - /** * Initiates mouse capture for the listbox *