From 688995bbb296e875511403fcce9276183f2545b0 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 12 Jun 2015 14:39:43 +0200 Subject: [PATCH] copypasta error, tdf#69552 follow-up Change-Id: I3388a75bb8aa23d8a8998671f25b5297352efca8 --- sc/source/core/tool/compiler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index 6ae4f4af62cc..ca4bf4a49601 100644 --- a/sc/source/core/tool/compiler.cxx +++ b/sc/source/core/tool/compiler.cxx @@ -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.