зеркало из https://github.com/mozilla/gecko-dev.git
Removed arg test not needed - part of fix to bug 64647, r=mjudge, sr=darin
This commit is contained in:
Родитель
be8799bf71
Коммит
4351a45e74
|
@ -209,7 +209,6 @@ nsPasteQuotationCommand::GetCommandStateParams(const char *aCommandName, nsIComm
|
|||
#pragma mark -
|
||||
#endif
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsPasteNoFormattingCommand::IsCommandEnabled(const char * aCommandName, nsISupports *refCon, PRBool *outCmdEnabled)
|
||||
{
|
||||
|
@ -241,7 +240,6 @@ nsPasteNoFormattingCommand::DoCommand(const char *aCommandName, nsISupports *ref
|
|||
NS_IMETHODIMP
|
||||
nsPasteNoFormattingCommand::DoCommandParams(const char *aCommandName, nsICommandParams *aParams, nsISupports *refCon)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aParams);
|
||||
nsCOMPtr<nsIHTMLEditor> htmlEditor(do_QueryInterface(refCon));
|
||||
if (!htmlEditor)
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
|
|
Загрузка…
Ссылка в новой задаче