зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1319340 - part7: Fix some warnings in nsComposerCommands.h r=m_kato
MozReview-Commit-ID: A0KnOCCWqYZ --HG-- extra : rebase_source : 35f0ad7b68e8c010eb98532e50bfc107abeefb7f
This commit is contained in:
Родитель
b5b8d1064d
Коммит
2978474960
|
@ -12,7 +12,6 @@
|
|||
|
||||
class nsIAtom;
|
||||
class nsICommandParams;
|
||||
class nsIEditor;
|
||||
class nsISupports;
|
||||
class nsString;
|
||||
|
||||
|
@ -211,7 +210,9 @@ public:
|
|||
|
||||
protected:
|
||||
|
||||
NS_IMETHOD IsCommandEnabled(const char *aCommandName, nsISupports *aCommandRefCon, bool *_retval);
|
||||
NS_IMETHOD IsCommandEnabled(const char* aCommandName,
|
||||
nsISupports* aCommandRefCon,
|
||||
bool* _retval) override final;
|
||||
virtual nsresult GetCurrentState(mozilla::HTMLEditor* aHTMLEditor,
|
||||
nsICommandParams* aParams) override final;
|
||||
virtual nsresult SetState(mozilla::HTMLEditor* aHTMLEditor,
|
||||
|
@ -265,7 +266,9 @@ public:
|
|||
|
||||
protected:
|
||||
|
||||
NS_IMETHOD IsCommandEnabled(const char *aCommandName, nsISupports *aCommandRefCon, bool *_retval);
|
||||
NS_IMETHOD IsCommandEnabled(const char* aCommandName,
|
||||
nsISupports* aCommandRefCon,
|
||||
bool* _retval) override final;
|
||||
virtual nsresult GetCurrentState(mozilla::HTMLEditor* aHTMLEditor,
|
||||
nsICommandParams* aParams) override final;
|
||||
virtual nsresult ToggleState(mozilla::HTMLEditor* aHTMLEditor) override final;
|
||||
|
|
Загрузка…
Ссылка в новой задаче