Commented out outdated non-OJI section.

git-svn-id: svn://10.0.0.236/trunk@8809 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
1998-08-29 06:12:03 +00:00
parent 09107f3813
commit cf4fa97a21

View File

@@ -2742,15 +2742,15 @@ XFE_GetEmbedSize (MWContext *context, LO_EmbedStruct *embed_struct,
to XFE_CreateEmbedWindow() */
if((embed_struct->objTag.width == 1) &&
(embed_struct->objTag.height == 1) &&
#ifdef OJI
/* #ifdef OJI */
(embed_struct->attributes.n > 0) &&
(!strcmp(embed_struct->attributes.names[0], "src")) &&
(!strcmp(embed_struct->attributes.values[0], "internal-external-plugin"))) {
#else
/* #else
(embed_struct->attribute_cnt > 0) &&
(!strcmp(embed_struct->attribute_list[0], "src")) &&
(!strcmp(embed_struct->value_list[0], "internal-external-plugin"))) {
#endif /* OJI */
#endif */ /* OJI */
CONTEXT_DATA(context)->is_fullpage_plugin = 1;
}