From edb0e79de0607f77e205ebbfd43ef641654b2de6 Mon Sep 17 00:00:00 2001 From: "mozilla.BenB%bucksch.org" Date: Fri, 28 Jul 2000 23:49:12 +0000 Subject: [PATCH] Accidently swaped PRBool and PRInt32 in my last checkin. r=akk git-svn-id: svn://10.0.0.236/trunk@75114 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/nsHTMLToTXTSinkStream.h | 4 ++-- mozilla/parser/htmlparser/src/nsHTMLToTXTSinkStream.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/htmlparser/src/nsHTMLToTXTSinkStream.h b/mozilla/htmlparser/src/nsHTMLToTXTSinkStream.h index eb7ded47e6e..cd0df7990d9 100644 --- a/mozilla/htmlparser/src/nsHTMLToTXTSinkStream.h +++ b/mozilla/htmlparser/src/nsHTMLToTXTSinkStream.h @@ -189,8 +189,8 @@ protected: PRBool mStartedOutput; // we've produced at least a character nsString mURL; - PRInt32 mStructs; // Output structs (pref) - PRBool mHeaderStrategy; /* Header strategy (pref) + PRBool mStructs; // Output structs (pref) + PRInt32 mHeaderStrategy; /* Header strategy (pref) 0 = no indention 1 = indention, increased with header level (default) diff --git a/mozilla/parser/htmlparser/src/nsHTMLToTXTSinkStream.h b/mozilla/parser/htmlparser/src/nsHTMLToTXTSinkStream.h index eb7ded47e6e..cd0df7990d9 100644 --- a/mozilla/parser/htmlparser/src/nsHTMLToTXTSinkStream.h +++ b/mozilla/parser/htmlparser/src/nsHTMLToTXTSinkStream.h @@ -189,8 +189,8 @@ protected: PRBool mStartedOutput; // we've produced at least a character nsString mURL; - PRInt32 mStructs; // Output structs (pref) - PRBool mHeaderStrategy; /* Header strategy (pref) + PRBool mStructs; // Output structs (pref) + PRInt32 mHeaderStrategy; /* Header strategy (pref) 0 = no indention 1 = indention, increased with header level (default)