summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-06-12 14:39:43 +0200
committerEike Rathke <erack@redhat.com>2015-06-12 15:00:32 +0200
commitb5b619e67e57af60d9ac0edbba7b5ca21c08dcd7 (patch)
treeef1db158b5ab9b54b3506ae785d5cc088f32bdb6
parent5158187bd76e45ac0b15754a099f034f6c78387f (diff)
copypasta error, tdf#69552 follow-up
Change-Id: I3388a75bb8aa23d8a8998671f25b5297352efca8 (cherry picked from commit 688995bbb296e875511403fcce9276183f2545b0)
-rw-r--r--sc/source/core/tool/compiler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 31d41e8e66cf..5a749971ad3d 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -2520,7 +2520,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.