From 0ab9374f230d1ab055b349333c74abd2f9216a58 Mon Sep 17 00:00:00 2001 From: "bienvenu%nventure.com" Date: Wed, 1 Jun 2005 21:08:02 +0000 Subject: [PATCH] whitespace cleanup, remove tabs, no bug git-svn-id: svn://10.0.0.236/trunk@173982 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/base/public/nsIMsgWindow.idl | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/mozilla/mailnews/base/public/nsIMsgWindow.idl b/mozilla/mailnews/base/public/nsIMsgWindow.idl index b36d3e81fe0..94af75c92fd 100644 --- a/mozilla/mailnews/base/public/nsIMsgWindow.idl +++ b/mozilla/mailnews/base/public/nsIMsgWindow.idl @@ -64,11 +64,11 @@ interface nsIMsgMessagePaneController : nsISupports { interface nsIMsgWindow : nsISupports { attribute nsIMsgMessagePaneController messagePaneController; - attribute nsIMsgStatusFeedback statusFeedback; - attribute nsIMsgHeaderSink msgHeaderSink; + attribute nsIMsgStatusFeedback statusFeedback; + attribute nsIMsgHeaderSink msgHeaderSink; attribute nsITransactionManager transactionManager; - attribute nsIMsgFolder openFolder; - attribute nsIDocShell rootDocShell; + attribute nsIMsgFolder openFolder; + attribute nsIDocShell rootDocShell; void displayHTMLInMessagePane(in wstring title, in wstring body); readonly attribute nsIPrompt promptDialog; @@ -82,23 +82,23 @@ interface nsIMsgWindow : nsISupports { */ attribute boolean stopped; - void SetDOMWindow(in nsIDOMWindowInternal window); - void StopUrls(); + void SetDOMWindow(in nsIDOMWindowInternal window); + void StopUrls(); - void SelectFolder(in string folderUri); - void SelectMessage(in string messageUri); - /* when the msg window is being unloaded from the content window, - * we can use this notification to force a flush on anything the - * msg window hangs on too. For some reason xpconnect is still hanging - * onto the msg window even though all of our objects have let go of it - * this forces a release... - */ - void closeWindow(); + void SelectFolder(in string folderUri); + void SelectMessage(in string messageUri); + /* when the msg window is being unloaded from the content window, + * we can use this notification to force a flush on anything the + * msg window hangs on too. For some reason xpconnect is still hanging + * onto the msg window even though all of our objects have let go of it + * this forces a release... + */ + void closeWindow(); }; [scriptable, uuid(FAD93C80-1AC6-11d4-A8F6-006097222B83)] interface nsIMsgWindowCommands : nsISupports { - void SelectFolder(in string folderUri); - void SelectMessage(in string messageUri); + void SelectFolder(in string folderUri); + void SelectMessage(in string messageUri); };