summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-06-11 13:18:25 +0200
committerEike Rathke <erack@redhat.com>2015-06-11 13:19:52 +0200
commit67360b28c0965992d67afb9356c5ce8ca3bea11d (patch)
tree39f07cffffbe41b9ffbd6029bcf14a6dfdc3fa29 /include
parentcb13c46da1cdd1e2b95fd473cc0ff54f776dfe9c (diff)
keep old CEILING opcode, tdf#69552 follow-up
Just in case someone had it in their MRU function list so will be presented with the same function. It doesn't really matter. Change-Id: I4f1023f9650719ccccad97a669b24f5cdd044f16
Diffstat (limited to 'include')
-rw-r--r--include/formula/compiler.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc
index 34bb0d810352..9d45b9aa9212 100644
--- a/include/formula/compiler.hrc
+++ b/include/formula/compiler.hrc
@@ -209,7 +209,7 @@
/*** Functions with more than one parameters ***/
#define SC_OPCODE_START_2_PAR 201
#define SC_OPCODE_ARC_TAN_2 201
-#define SC_OPCODE_CEIL_MATH 202
+#define SC_OPCODE_CEIL 202
#define SC_OPCODE_FLOOR 203
#define SC_OPCODE_ROUND 204
#define SC_OPCODE_ROUND_UP 205
@@ -479,7 +479,7 @@
#define SC_OPCODE_WORKDAY_MS 469
#define SC_OPCODE_AGGREGATE 470
#define SC_OPCODE_COLOR 471
-#define SC_OPCODE_CEIL 472
+#define SC_OPCODE_CEIL_MATH 472
#define SC_OPCODE_CEIL_PRECISE 473
#define SC_OPCODE_NETWORKDAYS 474
#define SC_OPCODE_FLOOR_MATH 475