зеркало из https://github.com/mozilla/pjs.git
Removed arg test not needed - part of fix to bug 64647, r=mjudge, sr=darin
This commit is contained in:
Родитель
429a6fcbe9
Коммит
0b9e2faa24
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче