summaryrefslogtreecommitdiff
path: root/formula/inc/formula/opcode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/inc/formula/opcode.hxx')
-rw-r--r--formula/inc/formula/opcode.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/formula/inc/formula/opcode.hxx b/formula/inc/formula/opcode.hxx
index b1e585cd8548..a1543ddcb427 100644
--- a/formula/inc/formula/opcode.hxx
+++ b/formula/inc/formula/opcode.hxx
@@ -212,6 +212,7 @@ enum OpCodeEnum
212 ocGetTime = SC_OPCODE_GET_TIME, 212 ocGetTime = SC_OPCODE_GET_TIME,
213 ocGetDiffDate = SC_OPCODE_GET_DIFF_DATE, 213 ocGetDiffDate = SC_OPCODE_GET_DIFF_DATE,
214 ocGetDiffDate360 = SC_OPCODE_GET_DIFF_DATE_360, 214 ocGetDiffDate360 = SC_OPCODE_GET_DIFF_DATE_360,
215 ocGetDateDif = SC_OPCODE_GET_DATEDIF,
215 ocMin = SC_OPCODE_MIN, 216 ocMin = SC_OPCODE_MIN,
216 ocMax = SC_OPCODE_MAX, 217 ocMax = SC_OPCODE_MAX,
217 ocSum = SC_OPCODE_SUM, 218 ocSum = SC_OPCODE_SUM,