diff options
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/compiler.hrc | 2 | ||||
-rw-r--r-- | include/formula/opcode.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc index fc47ae817b05..7cd6653a6ec9 100644 --- a/include/formula/compiler.hrc +++ b/include/formula/compiler.hrc @@ -228,7 +228,7 @@ #define SC_OPCODE_COUNT 227 #define SC_OPCODE_COUNT_2 228 #define SC_OPCODE_NBW 229 -#define SC_OPCODE_IKV 230 +#define SC_OPCODE_IRR 230 #define SC_OPCODE_VAR 231 #define SC_OPCODE_VAR_P 232 #define SC_OPCODE_ST_DEV 233 diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx index 724667f6a4df..43f24677073f 100644 --- a/include/formula/opcode.hxx +++ b/include/formula/opcode.hxx @@ -221,7 +221,7 @@ enum OpCode : sal_uInt16 ocCount = SC_OPCODE_COUNT, ocCount2 = SC_OPCODE_COUNT_2, ocNPV = SC_OPCODE_NBW, - ocIRR = SC_OPCODE_IKV, + ocIRR = SC_OPCODE_IRR, ocMIRR = SC_OPCODE_MIRR, ocISPMT = SC_OPCODE_ISPMT, ocVar = SC_OPCODE_VAR, |