GetWebShell became GetDocShell to continue the conversion to talking in terms of DocShells instead of webShells.

This commit is contained in:
tbogard%aol.net 2000-03-11 01:30:04 +00:00
parent 5793dbb53b
commit 9398e6b4f3
3 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
#include "nsISupports.h"
class nsIEditor;
class nsIWebShell;
class nsIDocShell;
#define NS_IGFXTEXTCONTROLFRAME_IID \
{/* d3ea33ea-9e00-11d3-bccc-0060b0fc76bd*/ \
@ -36,6 +36,6 @@ public:
static const nsIID& GetIID() { static nsIID iid = NS_IGFXTEXTCONTROLFRAME_IID; return iid; }
NS_IMETHOD GetEditor(nsIEditor **aEditor) = 0;
NS_IMETHOD GetWebShell(nsIWebShell** aWebShell) = 0;
NS_IMETHOD GetDocShell(nsIDocShell** aDocShell) = 0;
NS_IMETHOD SetInnerFocus() = 0;
};

View File

@ -23,7 +23,7 @@
#include "nsISupports.h"
class nsIEditor;
class nsIWebShell;
class nsIDocShell;
#define NS_IGFXTEXTCONTROLFRAME_IID \
{/* d3ea33ea-9e00-11d3-bccc-0060b0fc76bd*/ \
@ -36,6 +36,6 @@ public:
static const nsIID& GetIID() { static nsIID iid = NS_IGFXTEXTCONTROLFRAME_IID; return iid; }
NS_IMETHOD GetEditor(nsIEditor **aEditor) = 0;
NS_IMETHOD GetWebShell(nsIWebShell** aWebShell) = 0;
NS_IMETHOD GetDocShell(nsIDocShell** aDocShell) = 0;
NS_IMETHOD SetInnerFocus() = 0;
};

View File

@ -23,7 +23,7 @@
#include "nsISupports.h"
class nsIEditor;
class nsIWebShell;
class nsIDocShell;
#define NS_IGFXTEXTCONTROLFRAME_IID \
{/* d3ea33ea-9e00-11d3-bccc-0060b0fc76bd*/ \
@ -36,6 +36,6 @@ public:
static const nsIID& GetIID() { static nsIID iid = NS_IGFXTEXTCONTROLFRAME_IID; return iid; }
NS_IMETHOD GetEditor(nsIEditor **aEditor) = 0;
NS_IMETHOD GetWebShell(nsIWebShell** aWebShell) = 0;
NS_IMETHOD GetDocShell(nsIDocShell** aDocShell) = 0;
NS_IMETHOD SetInnerFocus() = 0;
};