diff options
author | Eike Rathke <erack@redhat.com> | 2015-06-12 14:39:43 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-06-12 14:57:43 +0200 |
commit | 688995bbb296e875511403fcce9276183f2545b0 (patch) | |
tree | e7325550e67717d606a883bde4718da6a1c7c324 /sc | |
parent | 43d6552152e67f05bd43339b6f07c99de986cbb2 (diff) |
copypasta error, tdf#69552 follow-up
Change-Id: I3388a75bb8aa23d8a8998671f25b5297352efca8
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/compiler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |