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:
parent
6d9d3c85c4
commit
0f25c0e2fd
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user