Remove old NSPR20 and MOCHA #ifdefs
git-svn-id: svn://10.0.0.236/trunk@11439 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -106,7 +106,6 @@ void EmbedUrlExit(URL_Struct *pUrl, int iStatus, MWContext *pContext)
|
||||
NET_FreeURLStruct(pUrl);
|
||||
return;
|
||||
}
|
||||
#ifdef MOCHA
|
||||
{
|
||||
/* only wait on applets if onload flag */
|
||||
lo_TopState *top_state = lo_FetchTopState(XP_DOCID(pContext));
|
||||
@@ -117,7 +116,6 @@ void EmbedUrlExit(URL_Struct *pUrl, int iStatus, MWContext *pContext)
|
||||
LO_DOCUMENT_LAYER_ID, FALSE);
|
||||
}
|
||||
}
|
||||
#endif /* MOCHA */
|
||||
|
||||
// else must be an OLE stream exit
|
||||
if(iStatus != MK_DATA_LOADED) {
|
||||
|
||||
Reference in New Issue
Block a user