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:
Masayuki Nakano 2017-08-04 18:50:26 +09:00
Родитель b5b8d1064d
Коммит 2978474960
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -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;