Fixing warnings.

This commit is contained in:
mcafee%netscape.com 1999-05-29 19:36:55 +00:00
parent 70e5efbc4e
commit cfeba2c4fd

View File

@ -424,6 +424,10 @@ nsWebShellWindow::HandleEvent(nsGUIEvent *aEvent)
((nsWebShellWindow *)data)->Close();
break;
}
default:
break;
}
}
return nsEventStatus_eIgnore;
@ -706,7 +710,7 @@ void nsWebShellWindow::DynamicLoadMenus(nsIDOMDocument * aDOMDoc, nsIWidget * aP
// XXX ok this is somewhat of a kludge but it is needed. When the menu bar is added the client area got smaller
// unfortunately the document will already have been flowed. So we need to reflow it to a smaller size. -EDV
// BEGIN REFLOW CODE
nsresult rv = NS_ERROR_FAILURE;
rv = NS_ERROR_FAILURE;
// do a reflow
nsCOMPtr<nsIContentViewerContainer> contentViewerContainer;