This commit is contained in:
peterv%propagandism.org 2005-06-16 21:52:44 +00:00
Родитель b7355adbb1
Коммит 344b7992fc
2 изменённых файлов: 4 добавлений и 3 удалений

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

@ -128,7 +128,7 @@ static PRBool gDontCareForIMEOnFocusPassword = PR_FALSE;
// Value of "ime.password.onBlur.dontCare" // Value of "ime.password.onBlur.dontCare"
static PRBool gDontCareForIMEOnBlurPassword = PR_FALSE; static PRBool gDontCareForIMEOnBlurPassword = PR_FALSE;
nsIParserService* nsEditor::sParserService; nsIParserService* sParserService;
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// //

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

@ -88,6 +88,9 @@ class nsISelectionController;
class nsIDOMEventReceiver; class nsIDOMEventReceiver;
class nsIParserService; class nsIParserService;
// Defined in nsEditor.cpp
extern nsIParserService *sParserService;
#define kMOZEditorBogusNodeAttr NS_LITERAL_STRING("_moz_editor_bogus_node") #define kMOZEditorBogusNodeAttr NS_LITERAL_STRING("_moz_editor_bogus_node")
#define kMOZEditorBogusNodeValue NS_LITERAL_STRING("TRUE") #define kMOZEditorBogusNodeValue NS_LITERAL_STRING("TRUE")
@ -587,8 +590,6 @@ public:
protected: protected:
static nsIParserService *sParserService;
PRUint32 mModCount; // number of modifications (for undo/redo stack) PRUint32 mModCount; // number of modifications (for undo/redo stack)
PRUint32 mFlags; // behavior flags. See nsPlaintextEditor.h for the flags we use. PRUint32 mFlags; // behavior flags. See nsPlaintextEditor.h for the flags we use.