Added support for table selection and removed nsIDOMSelectionListener code no longer needed. r=mjudge

git-svn-id: svn://10.0.0.236/trunk@63201 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2000-03-16 23:45:39 +00:00
parent 46e0d0143a
commit 5ab9b7f9df
16 changed files with 681 additions and 198 deletions

View File

@@ -1687,11 +1687,3 @@ NS_IMETHODIMP nsDocViwerSelectionListener::NotifySelectionChanged()
return NS_OK;
}
NS_IMETHODIMP nsDocViwerSelectionListener::TableCellNotification(nsIDOMNode* aNode, PRInt32 aOffset)
{
//stub
return NS_OK;
}