From 44829dcf7f35df1f9ef9dff891fc85eed458a8ed Mon Sep 17 00:00:00 2001 From: "allan%beaufour.dk" Date: Thu, 10 Feb 2005 11:02:43 +0000 Subject: [PATCH] Cosmetic check in: Fixed out-of-date comments. --- extensions/xforms/nsXFormsControlStub.h | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/extensions/xforms/nsXFormsControlStub.h b/extensions/xforms/nsXFormsControlStub.h index 78fad896801..d9364fb2efd 100644 --- a/extensions/xforms/nsXFormsControlStub.h +++ b/extensions/xforms/nsXFormsControlStub.h @@ -77,6 +77,7 @@ public: /** The standard notification flags set on nsIXTFElement */ const PRUint32 kStandardNotificationMask; + /** * The element flags for the controls passed to * nsXFormsUtils:EvaluateNodeBinding() @@ -119,29 +120,19 @@ public: protected: /** The nsIXTFXMLVisualWrapper */ - nsCOMPtr mElement; + nsCOMPtr mElement; - /** - * The node that the controls is bound to. - * - * @note This needs to be set by the control. nsXFormsControlStub does not - * set it, it just uses it. - */ - nsCOMPtr mBoundNode; + /** The node that the control is bound to. */ + nsCOMPtr mBoundNode; - /** - * Array of nsIDOMNodes that the controls depends on. - * - * @note This needs to be set by the control. nsXFormsControlStub does not - * set it, it just uses it. - */ - nsCOMPtr mDependencies; + /** Array of nsIDOMNodes that the control depends on. */ + nsCOMPtr mDependencies; /** The model for the control */ nsCOMPtr mModel; /** This event listener is used to create xforms-hint and xforms-help events. */ - nsCOMPtr mEventListener; + nsCOMPtr mEventListener; /** Returns the read only state of the control (ie. mBoundNode) */ PRBool GetReadOnlyState();