added bool parm to is DoneAddinContent r=dcone bug 18241

git-svn-id: svn://10.0.0.236/trunk@54006 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-11-19 15:46:20 +00:00
parent adb9c767ca
commit 19bedc8578
7 changed files with 134 additions and 38 deletions

View File

@@ -157,7 +157,7 @@ public:
NS_IMETHOD RemoveOption(nsIPresContext* aPresContext, PRInt32 aIndex);
NS_IMETHOD SetOptionSelected(PRInt32 aIndex, PRBool aValue);
NS_IMETHOD GetOptionSelected(PRInt32 aIndex, PRBool* aValue);
NS_IMETHOD DoneAddingContent();
NS_IMETHOD DoneAddingContent(PRBool aIsDone);
//nsIStatefulFrame
NS_IMETHOD GetStateType(nsIPresContext* aPresContext, nsIStatefulFrame::StateType* aStateType);
@@ -1162,7 +1162,7 @@ nsNativeSelectControlFrame::ControlChanged(nsIPresContext* aPresContext)
}
NS_IMETHODIMP
nsNativeSelectControlFrame::DoneAddingContent()
nsNativeSelectControlFrame::DoneAddingContent(PRBool aIsDone)
{
return NS_OK;
}