Fix nsXFormsModelElement::Rebuild() to work correctly. Patch by aaronr@us.ibm.com, r=allan@beaufour.dk, sr=me.

git-svn-id: svn://10.0.0.236/trunk@168593 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2005-01-31 23:41:00 +00:00
parent eb084eecd7
commit 22e5974a12
17 changed files with 139 additions and 147 deletions

View File

@@ -159,6 +159,7 @@ public:
NS_IMETHOD DoneAddingChildren();
// nsIXFormsControl
NS_IMETHOD Bind();
NS_IMETHOD Refresh();
NS_IMETHOD TryFocus(PRBool* aOK);
@@ -280,6 +281,12 @@ nsXFormsRepeatElement::DoneAddingChildren()
// nsXFormsControl
NS_IMETHODIMP
nsXFormsRepeatElement::Bind()
{
return NS_OK;
}
NS_IMETHODIMP
nsXFormsRepeatElement::Refresh()
{