Bug 1147803 - Fix indentation mismatches in lines touched by bug 1146094. r=rkent r=Ratty on IRC a=Ratty for a SEAMONKEY CLOSED TREE

This commit is contained in:
Sebastian Hengst 2015-03-27 14:49:53 +01:00
Родитель 25e52b26a2
Коммит d7d012ab90
8 изменённых файлов: 16 добавлений и 16 удалений

Просмотреть файл

@ -74,7 +74,7 @@ nsVoidArray *dir_ServerList = nullptr;
* Functions for creating the new back end managed DIR_Server list.
*/
class DirPrefObserver final : public nsSupportsWeakReference,
public nsIObserver
public nsIObserver
{
public:
NS_DECL_ISUPPORTS

Просмотреть файл

@ -31,9 +31,9 @@ public:
nsIMsgWindow *aMsgWindow, nsIMsgDBViewCommandUpdater *aCmdUpdater);
NS_IMETHOD Close();
NS_IMETHOD OnHdrDeleted(nsIMsgDBHdr *aHdrDeleted, nsMsgKey aParentKey, int32_t aFlags,
nsIDBChangeListener *aInstigator) override;
nsIDBChangeListener *aInstigator) override;
NS_IMETHOD OnHdrFlagsChanged(nsIMsgDBHdr *aHdrChanged, uint32_t aOldFlags,
uint32_t aNewFlags, nsIDBChangeListener *aInstigator) override;
uint32_t aNewFlags, nsIDBChangeListener *aInstigator) override;
NS_IMETHOD LoadMessageByViewIndex(nsMsgViewIndex aViewIndex);
NS_IMETHOD GetCellProperties(int32_t aRow, nsITreeColumn *aCol, nsAString& aProperties) override;
@ -50,9 +50,9 @@ protected:
nsresult OnNewHeader(nsIMsgDBHdr *newHdr, nsMsgKey aParentKey, bool /*ensureListed*/) override;
virtual int32_t FindLevelInThread(nsIMsgDBHdr *msgHdr, nsMsgViewIndex startOfThread, nsMsgViewIndex viewIndex) override;
nsMsgViewIndex ThreadIndexOfMsg(nsMsgKey msgKey,
nsMsgViewIndex msgIndex = nsMsgViewIndex_None,
int32_t *pThreadCount = NULL,
uint32_t *pFlags = NULL) override;
nsMsgViewIndex msgIndex = nsMsgViewIndex_None,
int32_t *pThreadCount = NULL,
uint32_t *pFlags = NULL) override;
bool GroupViewUsesDummyRow(); // returns true if we are grouped by a sort attribute that uses a dummy row
virtual nsresult RebuildView(nsMsgViewFlagsTypeValue newFlags);

Просмотреть файл

@ -45,9 +45,9 @@ public:
NS_IMETHOD SetSearchSession(nsIMsgSearchSession *aSearchSession);
NS_IMETHOD GetSearchSession(nsIMsgSearchSession* *aSearchSession);
NS_IMETHOD OnHdrFlagsChanged(nsIMsgDBHdr *aHdrChanged, uint32_t aOldFlags,
uint32_t aNewFlags, nsIDBChangeListener *aInstigator) override;
uint32_t aNewFlags, nsIDBChangeListener *aInstigator) override;
NS_IMETHOD OnHdrPropertyChanged(nsIMsgDBHdr *aHdrToChange, bool aPreChange, uint32_t *aStatus,
nsIDBChangeListener * aInstigator) override;
nsIDBChangeListener * aInstigator) override;
NS_IMETHOD OnHdrDeleted(nsIMsgDBHdr *aHdrDeleted, nsMsgKey aParentKey,
int32_t aFlags, nsIDBChangeListener *aInstigator) override;
NS_IMETHOD GetNumMsgsInView(int32_t *aNumMsgs);

Просмотреть файл

@ -873,7 +873,7 @@ nsMsgComposeService::CacheWindow(nsIDOMWindow *aWindow, bool aComposeHTML, nsIMs
}
class nsMsgTemplateReplyHelper final: public nsIStreamListener,
public nsIUrlListener
public nsIUrlListener
{
public:
NS_DECL_ISUPPORTS

Просмотреть файл

@ -26,9 +26,9 @@ public:
NS_IMETHOD ForceClosed() override;
NS_IMETHOD AddNewHdrToDB(nsIMsgDBHdr *newHdr, bool notify) override;
NS_IMETHOD SetAttributeOnPendingHdr(nsIMsgDBHdr *pendingHdr, const char *property,
const char *propertyVal) override;
const char *propertyVal) override;
NS_IMETHOD SetUint32AttributeOnPendingHdr(nsIMsgDBHdr *pendingHdr, const char *property,
uint32_t propertyVal) override;
uint32_t propertyVal) override;
NS_IMETHOD SetUint64AttributeOnPendingHdr(nsIMsgDBHdr *aPendingHdr,
const char *aProperty,
uint64_t aPropertyVal) override;

Просмотреть файл

@ -115,7 +115,7 @@ class nsIMAPMessageHeaders : public nsIMAPBodypart
{
public:
nsIMAPMessageHeaders(char *partNum, nsIMAPBodypart *parentPart);
virtual nsIMAPBodypartType GetType() override;
virtual nsIMAPBodypartType GetType() override;
// Generates an HTML representation of this part. Returns content length generated, -1 if failed.
virtual int32_t Generate(nsIMAPBodyShell *aShell, bool stream,
bool prefetch) override;
@ -156,7 +156,7 @@ public:
char *bodySubType, char *bodyID, char *bodyDescription,
char *bodyEncoding, int32_t partLength,
bool preferPlainText);
virtual nsIMAPBodypartType GetType() override;
virtual nsIMAPBodypartType GetType() override;
// Generates an HTML representation of this part. Returns content length generated, -1 if failed.
virtual int32_t Generate(nsIMAPBodyShell *aShell, bool stream, bool prefetch) override;
// returns true if this part should be fetched inline for generation.

Просмотреть файл

@ -283,8 +283,8 @@ public:
NS_IMETHOD GetCanFileMessages(bool *aCanFileMessages) override;
NS_IMETHOD GetCanDeleteMessages(bool *aCanDeleteMessages) override;
NS_IMETHOD FetchMsgPreviewText(nsMsgKey *aKeysToFetch, uint32_t aNumKeys,
bool aLocalOnly, nsIUrlListener *aUrlListener,
bool *aAsyncResults) override;
bool aLocalOnly, nsIUrlListener *aUrlListener,
bool *aAsyncResults) override;
NS_IMETHOD AddKeywordsToMessages(nsIArray *aMessages, const nsACString& aKeywords) override;
NS_IMETHOD RemoveKeywordsFromMessages(nsIArray *aMessages, const nsACString& aKeywords) override;

Просмотреть файл

@ -18,7 +18,7 @@
{0xac17e6f0, 0x50c9, 0x4901, {0xab, 0x08, 0xf8, 0x70, 0xbf, 0xcd, 0x12, 0xce}}
class nsMacShellService final : public nsIShellService,
public nsIWebProgressListener
public nsIWebProgressListener
{
public:
nsMacShellService() : mCheckedThisSessionClient(false) {};