зеркало из https://github.com/mozilla/pjs.git
use base class Redo
This commit is contained in:
Родитель
fbbc2960c9
Коммит
3c29071bac
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче