Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc.

git-svn-id: svn://10.0.0.236/trunk@168595 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2005-01-31 23:47:26 +00:00
parent 33ab98e547
commit 8ed5dd41fb
15 changed files with 114 additions and 201 deletions

View File

@@ -111,7 +111,7 @@ ResizerSelectionListener::~ResizerSelectionListener()
}
NS_IMETHODIMP
ResizerSelectionListener::NotifySelectionChanged(nsIDOMDocument *, nsISelection *aSelection,short aReason)
ResizerSelectionListener::NotifySelectionChanged(nsIDOMDocument *, nsISelection *aSelection, PRInt16 aReason)
{
if ((aReason & (nsISelectionListener::MOUSEDOWN_REASON |
nsISelectionListener::KEYPRESS_REASON |