fix accidental non-OJI build breakage

git-svn-id: svn://10.0.0.236/trunk@11345 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%netscape.com 1998-09-29 09:19:45 +00:00
parent 6d9d3c85c4
commit 0f25c0e2fd

View File

@ -213,6 +213,10 @@ lo_FormatEmbedObject(MWContext* context, lo_DocState* state,
uint32 param_count, char** param_names, char** param_values)
{
uint32 count;
#if !defined(OJI)
int32 typeIndex;
int32 classidIndex;
#endif
LO_NVList_Init(&embed->attributes);