table bug fixes, heading fixes, performance, docs

git-svn-id: svn://10.0.0.236/trunk@6238 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1998-07-23 08:21:02 +00:00
parent 3eaf5c79b8
commit 1988983aeb
36 changed files with 1470 additions and 756 deletions

View File

@@ -143,11 +143,11 @@ nsHTMLContentSinkStream::~nsHTMLContentSinkStream() {
/**
*
* @update gess7/7/98
* @update gess7/22/98
* @param
* @return
*/
void nsHTMLContentSinkStream::SetOutputStream(ostream& aStream) {
void nsHTMLContentSinkStream::SetOutputStream(ostream& aStream){
mOutput=&aStream;
}