[Libreoffice-commits] core.git: include/formula

Eike Rathke erack at redhat.com
Thu Jun 11 04:20:22 PDT 2015


 include/formula/compiler.hrc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 67360b28c0965992d67afb9356c5ce8ca3bea11d
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Jun 11 13:18:25 2015 +0200

    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

diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc
index 34bb0d8..9d45b9a 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


More information about the Libreoffice-commits mailing list