summaryrefslogtreecommitdiff
path: root/include/formula/compiler.hrc
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-08 10:27:31 +0100
committerNoel Grandin <noelgrandin@gmail.com>2015-01-09 12:46:23 +0000
commitee6c4df8d695384abefa57c27180cbe873046bd8 (patch)
treecc090ff883451b2feb01c48f4ffa76f8c29f21ba /include/formula/compiler.hrc
parentb8359780a25b4e645236dd0238e4ef39cd8413ce (diff)
fdo#85818: rename KumZinsZ to CumIpmt
Rename OcKumZinsZ to ocCumIpmt, SC_OPCODE_KUM_ZINS_Z to SC_OPCODE_IPMT, ScInterpreter::ScKumZinsZ() to ScInterpreter::ScCumIpmt(). Change-Id: I7a062374fa0dad375c9277ca7e1c23f6d6855013 Reviewed-on: https://gerrit.libreoffice.org/13816 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/formula/compiler.hrc')
-rw-r--r--include/formula/compiler.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc
index c76075584be3..7be2dba4e345 100644
--- a/include/formula/compiler.hrc
+++ b/include/formula/compiler.hrc
@@ -259,7 +259,7 @@
#define SC_OPCODE_RATE 259
#define SC_OPCODE_IPMT 260
#define SC_OPCODE_PPMT 261
-#define SC_OPCODE_KUM_ZINS_Z 262
+#define SC_OPCODE_CUM_IPMT 262
#define SC_OPCODE_KUM_KAP_Z 263
#define SC_OPCODE_EFFEKTIV 264
#define SC_OPCODE_NOMINAL 265