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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user