This commit is contained in:
dp%netscape.com 1999-10-05 01:25:55 +00:00
Родитель f3229171a3
Коммит 82c29aa82a
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -59,7 +59,7 @@ static NS_DEFINE_IID(kIPresContextIID, NS_IPRESCONTEXT_IID);
static NS_DEFINE_IID(kLookAndFeelCID, NS_LOOKANDFEEL_CID);
static NS_DEFINE_IID(kILookAndFeelIID, NS_ILOOKANDFEEL_IID);
MOZ_DECL_CTOR(nsPresContext);
//MOZ_DECL_CTOR(nsPresContext);
nsPresContext::nsPresContext()
: mDefaultFont("Times", NS_FONT_STYLE_NORMAL,
@ -73,7 +73,7 @@ nsPresContext::nsPresContext()
0,
NSIntPointsToTwips(10))
{
MOZ_CTOR(nsPresContext);
// MOZ_CTOR(nsPresContext);
NS_INIT_REFCNT();
mCompatibilityMode = eCompatibility_Standard;
mCompatibilityLocked = PR_FALSE;
@ -96,7 +96,7 @@ nsPresContext::nsPresContext()
nsPresContext::~nsPresContext()
{
MOZ_DTOR(nsPresContext);
// MOZ_DTOR(nsPresContext);
mShell = nsnull;
Stop();

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

@ -59,7 +59,7 @@ static NS_DEFINE_IID(kIPresContextIID, NS_IPRESCONTEXT_IID);
static NS_DEFINE_IID(kLookAndFeelCID, NS_LOOKANDFEEL_CID);
static NS_DEFINE_IID(kILookAndFeelIID, NS_ILOOKANDFEEL_IID);
MOZ_DECL_CTOR(nsPresContext);
//MOZ_DECL_CTOR(nsPresContext);
nsPresContext::nsPresContext()
: mDefaultFont("Times", NS_FONT_STYLE_NORMAL,
@ -73,7 +73,7 @@ nsPresContext::nsPresContext()
0,
NSIntPointsToTwips(10))
{
MOZ_CTOR(nsPresContext);
// MOZ_CTOR(nsPresContext);
NS_INIT_REFCNT();
mCompatibilityMode = eCompatibility_Standard;
mCompatibilityLocked = PR_FALSE;
@ -96,7 +96,7 @@ nsPresContext::nsPresContext()
nsPresContext::~nsPresContext()
{
MOZ_DTOR(nsPresContext);
// MOZ_DTOR(nsPresContext);
mShell = nsnull;
Stop();