made GetIsTransient return false by default, so most transactions don't need to implement GetIsTransient

made delete and backspace do the right thing (testing hacks removed)


git-svn-id: svn://10.0.0.236/trunk@18304 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1999-01-22 15:40:31 +00:00
parent 25196ce4f2
commit f1bacd2e07
57 changed files with 112 additions and 314 deletions

View File

@@ -95,13 +95,6 @@ nsresult ChangeAttributeTxn::Redo(void)
return result;
}
nsresult ChangeAttributeTxn::GetIsTransient(PRBool *aIsTransient)
{
if (nsnull!=aIsTransient)
*aIsTransient = PR_FALSE;
return NS_OK;
}
nsresult ChangeAttributeTxn::Merge(PRBool *aDidMerge, nsITransaction *aTransaction)
{
if (nsnull!=aDidMerge)