summaryrefslogtreecommitdiff
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 15:13:56 +0200
commite49836c5a3904b77e5474c176836a4cd018c6a0a (patch)
tree11e61f6bb3634cd8e294949a34c7a9f6830c2e4c
parent586d8308ca61c79c8fa669592f5d9abe50f841a2 (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 (cherry picked from commit 67360b28c0965992d67afb9356c5ce8ca3bea11d)
-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