copypasta error, tdf#69552 follow-up
Change-Id: I3388a75bb8aa23d8a8998671f25b5297352efca8
This commit is contained in:
parent
43d6552152
commit
688995bbb2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue