Kaydet (Commit) b5b619e6 authored tarafından Eike Rathke's avatar Eike Rathke

copypasta error, tdf#69552 follow-up

Change-Id: I3388a75bb8aa23d8a8998671f25b5297352efca8
(cherry picked from commit 688995bb)
üst 5158187b
...@@ -2520,7 +2520,7 @@ bool ScCompiler::IsOpCode( const OUString& rName, bool bInArray ) ...@@ -2520,7 +2520,7 @@ bool ScCompiler::IsOpCode( const OUString& rName, bool bInArray )
// unassigned for import. // unassigned for import.
eOp = ocCeil_Math; 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 // Ensure that _xlfn.FLOOR.MATH maps to ocFloor_Math. ocFloor is
// unassigned for import. // unassigned for import.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment