From 16fcfb7bb9b345a4e6dc7b8ee7a8be1b06438aba Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Thu, 26 Apr 2001 19:48:40 +0000 Subject: [PATCH] wow i biffed that last checkin git-svn-id: svn://10.0.0.236/trunk@93176 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/base/nsEditorEventListeners.cpp | 4 ++-- mozilla/editor/base/nsHTMLDataTransfer.cpp | 2 +- mozilla/editor/base/nsPlaintextDataTransfer.cpp | 2 +- mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp | 2 +- mozilla/editor/libeditor/text/nsEditorEventListeners.cpp | 4 ++-- mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mozilla/editor/base/nsEditorEventListeners.cpp b/mozilla/editor/base/nsEditorEventListeners.cpp index 14782746ce1..3bb75a0cf1f 100644 --- a/mozilla/editor/base/nsEditorEventListeners.cpp +++ b/mozilla/editor/base/nsEditorEventListeners.cpp @@ -637,7 +637,7 @@ nsTextEditorDragListener::DragOver(nsIDOMEvent* aDragEvent) NS_WITH_SERVICE ( nsIDragService, dragService, "@mozilla.org/widget/dragservice;1", &rv ); if ( NS_SUCCEEDED(rv) ) { nsCOMPtr dragSession; - dragService->GetCurrentSession(getter_AddRefs(dragService))); + dragService->GetCurrentSession(getter_AddRefs(dragSession)); if ( dragSession ) { PRUint32 flags; if (NS_SUCCEEDED(mEditor->GetFlags(&flags))) { @@ -696,7 +696,7 @@ nsTextEditorDragListener::DragDrop(nsIDOMEvent* aMouseEvent) } nsCOMPtr dragSession; - dragService->GetCurrentSession(getter_AddRefs(dragService))); + dragService->GetCurrentSession(getter_AddRefs(dragSession)); if (dragSession) { PRBool flavorSupported = PR_FALSE; diff --git a/mozilla/editor/base/nsHTMLDataTransfer.cpp b/mozilla/editor/base/nsHTMLDataTransfer.cpp index 40c0ca8e87a..0b329f6503a 100644 --- a/mozilla/editor/base/nsHTMLDataTransfer.cpp +++ b/mozilla/editor/base/nsHTMLDataTransfer.cpp @@ -742,7 +742,7 @@ NS_IMETHODIMP nsHTMLEditor::InsertFromDrop(nsIDOMEvent* aDropEvent) if (NS_FAILED(rv)) return rv; nsCOMPtr dragSession; - dragService->GetCurrentSession(getter_AddRefs(dragService))); + dragService->GetCurrentSession(getter_AddRefs(dragSession)); if (!dragSession) return NS_OK; // Get the nsITransferable interface for getting the data from the drop diff --git a/mozilla/editor/base/nsPlaintextDataTransfer.cpp b/mozilla/editor/base/nsPlaintextDataTransfer.cpp index f600e63a95c..b48de6ab145 100644 --- a/mozilla/editor/base/nsPlaintextDataTransfer.cpp +++ b/mozilla/editor/base/nsPlaintextDataTransfer.cpp @@ -188,7 +188,7 @@ NS_IMETHODIMP nsPlaintextEditor::InsertFromDrop(nsIDOMEvent* aDropEvent) if (NS_FAILED(rv)) return rv; nsCOMPtr dragSession; - dragService->GetCurrentSession(getter_AddRefs(dragService))); + dragService->GetCurrentSession(getter_AddRefs(dragSession)); if (!dragSession) return NS_OK; // Get the nsITransferable interface for getting the data from the drop diff --git a/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp b/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp index 40c0ca8e87a..0b329f6503a 100644 --- a/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp +++ b/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp @@ -742,7 +742,7 @@ NS_IMETHODIMP nsHTMLEditor::InsertFromDrop(nsIDOMEvent* aDropEvent) if (NS_FAILED(rv)) return rv; nsCOMPtr dragSession; - dragService->GetCurrentSession(getter_AddRefs(dragService))); + dragService->GetCurrentSession(getter_AddRefs(dragSession)); if (!dragSession) return NS_OK; // Get the nsITransferable interface for getting the data from the drop diff --git a/mozilla/editor/libeditor/text/nsEditorEventListeners.cpp b/mozilla/editor/libeditor/text/nsEditorEventListeners.cpp index 14782746ce1..3bb75a0cf1f 100644 --- a/mozilla/editor/libeditor/text/nsEditorEventListeners.cpp +++ b/mozilla/editor/libeditor/text/nsEditorEventListeners.cpp @@ -637,7 +637,7 @@ nsTextEditorDragListener::DragOver(nsIDOMEvent* aDragEvent) NS_WITH_SERVICE ( nsIDragService, dragService, "@mozilla.org/widget/dragservice;1", &rv ); if ( NS_SUCCEEDED(rv) ) { nsCOMPtr dragSession; - dragService->GetCurrentSession(getter_AddRefs(dragService))); + dragService->GetCurrentSession(getter_AddRefs(dragSession)); if ( dragSession ) { PRUint32 flags; if (NS_SUCCEEDED(mEditor->GetFlags(&flags))) { @@ -696,7 +696,7 @@ nsTextEditorDragListener::DragDrop(nsIDOMEvent* aMouseEvent) } nsCOMPtr dragSession; - dragService->GetCurrentSession(getter_AddRefs(dragService))); + dragService->GetCurrentSession(getter_AddRefs(dragSession)); if (dragSession) { PRBool flavorSupported = PR_FALSE; diff --git a/mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp b/mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp index f600e63a95c..b48de6ab145 100644 --- a/mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp +++ b/mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp @@ -188,7 +188,7 @@ NS_IMETHODIMP nsPlaintextEditor::InsertFromDrop(nsIDOMEvent* aDropEvent) if (NS_FAILED(rv)) return rv; nsCOMPtr dragSession; - dragService->GetCurrentSession(getter_AddRefs(dragService))); + dragService->GetCurrentSession(getter_AddRefs(dragSession)); if (!dragSession) return NS_OK; // Get the nsITransferable interface for getting the data from the drop