Mac checkin

This commit is contained in:
thom 1998-05-18 22:47:24 +00:00
parent 0384c91bfb
commit a2729a12bc
6 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ class nsString;
enum nsCharSetID {
eCharSetID_IsoLatin1 = 0,
eCharSetID_UTF8,
eCharSetID_ShiftJis,
eCharSetID_ShiftJis
// XXX more i'm sure...
};

View File

@ -47,7 +47,7 @@ enum nsContentAttr {
// Attribute exists and has a value. However, value may be the
// empty string. e.g. <TABLE BORDER="1"> or <TABLE BORDER="">
eContentAttr_HasValue,
eContentAttr_HasValue
};
// A node of content in a documents content model. This interface

View File

@ -31,7 +31,7 @@ static NS_DEFINE_IID(kIScriptObjectOwnerIID, NS_ISCRIPTOBJECTOWNER_IID);
//
enum attribute_slot {
ATTRIBUTE_VALUE = -1,
ATTRIBUTE_SPECIFIED = -2,
ATTRIBUTE_SPECIFIED = -2
};
/***********************************************************************/

View File

@ -47,7 +47,7 @@ enum nsContentAttr {
// Attribute exists and has a value. However, value may be the
// empty string. e.g. <TABLE BORDER="1"> or <TABLE BORDER="">
eContentAttr_HasValue,
eContentAttr_HasValue
};
// A node of content in a documents content model. This interface

Binary file not shown.

View File

@ -33,7 +33,7 @@ class nsString;
enum nsCharSetID {
eCharSetID_IsoLatin1 = 0,
eCharSetID_UTF8,
eCharSetID_ShiftJis,
eCharSetID_ShiftJis
// XXX more i'm sure...
};