Changed ParseNumericValue's declaration to match its definition.

This commit is contained in:
waterson%netscape.com 1999-09-02 21:37:30 +00:00
parent 182c9af764
commit fea6bb1b19
3 changed files with 3 additions and 3 deletions

View File

@ -383,7 +383,7 @@ public:
ExecuteJSCode(nsIDOMElement* anElement);
// Used with treecol width attributes
static PRInt32 ParseNumericValue(const nsString& aString,
static PRBool ParseNumericValue(const nsString& aString,
PRInt32& aIntValue,
float& aFloatValue,
nsHTMLUnit& aValueUnit);

View File

@ -383,7 +383,7 @@ public:
ExecuteJSCode(nsIDOMElement* anElement);
// Used with treecol width attributes
static PRInt32 ParseNumericValue(const nsString& aString,
static PRBool ParseNumericValue(const nsString& aString,
PRInt32& aIntValue,
float& aFloatValue,
nsHTMLUnit& aValueUnit);

View File

@ -383,7 +383,7 @@ public:
ExecuteJSCode(nsIDOMElement* anElement);
// Used with treecol width attributes
static PRInt32 ParseNumericValue(const nsString& aString,
static PRBool ParseNumericValue(const nsString& aString,
PRInt32& aIntValue,
float& aFloatValue,
nsHTMLUnit& aValueUnit);