This commit is contained in:
buster%netscape.com 1999-01-07 17:57:57 +00:00
Родитель fbbc2960c9
Коммит 3c29071bac
6 изменённых файлов: 0 добавлений и 21 удалений

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

@ -43,11 +43,6 @@ nsresult InsertTextTxn::Undo(void)
return (mElement->DeleteData(mOffset, length));
}
nsresult InsertTextTxn::Redo(void)
{
return Do();
}
nsresult InsertTextTxn::GetIsTransient(PRBool *aIsTransient)
{
if (nsnull!=aIsTransient)

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

@ -40,8 +40,6 @@ public:
virtual nsresult Undo(void);
virtual nsresult Redo(void);
virtual nsresult GetIsTransient(PRBool *aIsTransient);
virtual nsresult Merge(PRBool *aDidMerge, nsITransaction *aTransaction);

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

@ -43,11 +43,6 @@ nsresult InsertTextTxn::Undo(void)
return (mElement->DeleteData(mOffset, length));
}
nsresult InsertTextTxn::Redo(void)
{
return Do();
}
nsresult InsertTextTxn::GetIsTransient(PRBool *aIsTransient)
{
if (nsnull!=aIsTransient)

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

@ -40,8 +40,6 @@ public:
virtual nsresult Undo(void);
virtual nsresult Redo(void);
virtual nsresult GetIsTransient(PRBool *aIsTransient);
virtual nsresult Merge(PRBool *aDidMerge, nsITransaction *aTransaction);

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

@ -43,11 +43,6 @@ nsresult InsertTextTxn::Undo(void)
return (mElement->DeleteData(mOffset, length));
}
nsresult InsertTextTxn::Redo(void)
{
return Do();
}
nsresult InsertTextTxn::GetIsTransient(PRBool *aIsTransient)
{
if (nsnull!=aIsTransient)

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

@ -40,8 +40,6 @@ public:
virtual nsresult Undo(void);
virtual nsresult Redo(void);
virtual nsresult GetIsTransient(PRBool *aIsTransient);
virtual nsresult Merge(PRBool *aDidMerge, nsITransaction *aTransaction);