11572: default do-header to FALSE, which fixes a bunch of copy/paste bugs

This commit is contained in:
akkana%netscape.com 1999-08-11 01:42:31 +00:00
Родитель cc1c776962
Коммит 4c40366086
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -174,13 +174,13 @@ NS_New_HTML_ContentSinkStream(nsIHTMLContentSink** aInstancePtrResult,
nsIOutputStream* aOutStream,
const nsString* aCharsetOverride=nsnull,
PRBool aDoFormat = PR_FALSE,
PRBool aDoHeader = PR_TRUE);
PRBool aDoHeader = PR_FALSE);
extern NS_HTMLPARS nsresult
NS_New_HTML_ContentSinkStream(nsIHTMLContentSink** aInstancePtrResult,
nsString* aOutString,
PRBool aDoFormat = PR_FALSE,
PRBool aDoHeader = PR_TRUE);
PRBool aDoHeader = PR_FALSE);
#endif

Просмотреть файл

@ -174,13 +174,13 @@ NS_New_HTML_ContentSinkStream(nsIHTMLContentSink** aInstancePtrResult,
nsIOutputStream* aOutStream,
const nsString* aCharsetOverride=nsnull,
PRBool aDoFormat = PR_FALSE,
PRBool aDoHeader = PR_TRUE);
PRBool aDoHeader = PR_FALSE);
extern NS_HTMLPARS nsresult
NS_New_HTML_ContentSinkStream(nsIHTMLContentSink** aInstancePtrResult,
nsString* aOutString,
PRBool aDoFormat = PR_FALSE,
PRBool aDoHeader = PR_TRUE);
PRBool aDoHeader = PR_FALSE);
#endif