Remove nsFormFrame forever. bug 125578, r=alexsavulov@netscape.com, sr=jst@netscape.com

git-svn-id: svn://10.0.0.236/trunk@122617 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jkeiser%netscape.com
2002-06-04 00:44:04 +00:00
parent 6c6de45f44
commit 0c2a8f4e96
50 changed files with 386 additions and 738 deletions

View File

@@ -50,7 +50,6 @@
typedef nsGfxTextControlFrame2 nsNewFrame;
class nsIPresState;
class nsFormFrame;
class nsISupportsArray;
class nsFileControlFrame : public nsAreaFrame,
@@ -73,8 +72,6 @@ public:
}
virtual void MouseClicked(nsIPresContext* aPresContext) {}
virtual void SetFormFrame(nsFormFrame* aFormFrame) { mFormFrame = aFormFrame; }
virtual nsFormFrame* GetFromFrame() { return mFormFrame; }
NS_IMETHOD Paint(nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
@@ -184,7 +181,6 @@ protected:
virtual PRIntn GetSkipSides() const;
nsNewFrame* mTextFrame;
nsFormFrame* mFormFrame;
nsIHTMLContent* mTextContent;
nsCOMPtr<nsIHTMLContent> mBrowse;
nsString* mCachedState;