copypasta error, tdf#69552 follow-up

Change-Id: I3388a75bb8aa23d8a8998671f25b5297352efca8
This commit is contained in:
Eike Rathke 2015-06-12 14:39:43 +02:00
parent 43d6552152
commit 688995bbb2

View file

@ -2519,7 +2519,7 @@ bool ScCompiler::IsOpCode( const OUString& rName, bool bInArray )
// unassigned for import.
eOp = ocCeil_Math;
}
else if (eOp == ocCeil && mxSymbols->isOOXML())
else if (eOp == ocFloor && mxSymbols->isOOXML())
{
// Ensure that _xlfn.FLOOR.MATH maps to ocFloor_Math. ocFloor is
// unassigned for import.