Ignore noxxx content when copy pasting into a plain text editor. b=97687, r=peterv, sr=heikki

This commit is contained in:
harishd@netscape.com
2003-01-16 20:24:03 +00:00
parent cdc3d3ceb0
commit bcf7863bdd
16 changed files with 40 additions and 40 deletions

View File

@@ -89,7 +89,7 @@ public:
NS_IMETHOD CloseMap();
NS_IMETHOD OpenFrameset(const nsIParserNode& aNode);
NS_IMETHOD CloseFrameset();
NS_IMETHOD GetPref(PRInt32 aTag,PRBool& aPref) { return NS_OK; }
NS_IMETHOD IsEnabled(PRInt32 aTag, PRBool* aReturn) { return NS_OK; }
NS_IMETHOD_(PRBool) IsFormOnStack() { return PR_FALSE; }
NS_IMETHOD OpenContainer(const nsIParserNode& aNode);