Fixing warnings.

git-svn-id: svn://10.0.0.236/trunk@33243 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 1999-05-29 19:36:55 +00:00
parent a9a03df0a5
commit 3a9be214cd

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;