Setup first-letter-style to be off by default

This commit is contained in:
kipp%netscape.com 1998-12-05 16:05:52 +00:00
parent 937981b419
commit 74e1833184
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
#include "nsVoidArray.h"
#include "nsTextReflow.h"
struct nsBlockReflowState;
class nsBlockReflowState;
class nsInlineReflow;
class nsPlaceholderFrame;
struct nsStyleDisplay;
@ -53,7 +53,7 @@ public:
mBRFrame = nsnull;
mPlacedFrames.Clear();
ForgetWordFrames();
mFirstLetterStyleOK = 0 == mLineNumber;
mFirstLetterStyleOK = PR_FALSE;
}
// Add to the placed-frame count

View File

@ -23,7 +23,7 @@
#include "nsVoidArray.h"
#include "nsTextReflow.h"
struct nsBlockReflowState;
class nsBlockReflowState;
class nsInlineReflow;
class nsPlaceholderFrame;
struct nsStyleDisplay;
@ -53,7 +53,7 @@ public:
mBRFrame = nsnull;
mPlacedFrames.Clear();
ForgetWordFrames();
mFirstLetterStyleOK = 0 == mLineNumber;
mFirstLetterStyleOK = PR_FALSE;
}
// Add to the placed-frame count