diff options
author | Laurent Charrière <lcharriere@gmail.com> | 2015-01-13 10:52:23 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-14 19:55:05 +0000 |
commit | ed6c797d07f6e7f1afdb272046f9a02b973f97de (patch) | |
tree | fa5e73d097d965004c4371e89ddf2c890d4434b7 /include/formula | |
parent | f7f8d82a25b0c55bcd2225ca0cac1d93c676f544 (diff) |
fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRR
Change-Id: I8148081e2f2d89bdd319b5dc7346af672a8cf310
Reviewed-on: https://gerrit.libreoffice.org/13896
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
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, |