Mac bustage fix.

This commit is contained in:
jkeiser%netscape.com 2002-06-04 01:52:10 +00:00
parent ae87d09eeb
commit b3be2089fb
2 changed files with 0 additions and 2 deletions

View File

@ -175,7 +175,6 @@ extern nsresult NS_NewFirstLetterFrame(nsIPresShell* aPresShell, nsIFrame** aNew
extern nsresult NS_NewFirstLineFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame);
// forms
extern nsresult NS_NewFormFrame(nsIPresShell* aPresShell, nsIFrame** aResult, PRUint32 aFlags);
extern nsresult NS_NewGfxButtonControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
extern nsresult NS_NewNativeButtonControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
extern nsresult NS_NewImageControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);

View File

@ -175,7 +175,6 @@ extern nsresult NS_NewFirstLetterFrame(nsIPresShell* aPresShell, nsIFrame** aNew
extern nsresult NS_NewFirstLineFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame);
// forms
extern nsresult NS_NewFormFrame(nsIPresShell* aPresShell, nsIFrame** aResult, PRUint32 aFlags);
extern nsresult NS_NewGfxButtonControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
extern nsresult NS_NewNativeButtonControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
extern nsresult NS_NewImageControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);