summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-07 10:36:27 +0100
committerNoel Grandin <noelgrandin@gmail.com>2015-01-09 12:43:52 +0000
commit2963dbb5ce65a141051cb3e4e3ed06a6ed31574c (patch)
tree370b97deae8259d79e49fd537925d19a915e159f /include
parent201f99919253b370437d754137964d2757852079 (diff)
fdo#85818: rename ZinsZ enum name, constant, function to Ipmt
Rename OcZinsZ to OcIpmt, SC_OPCODE_ZINS_Z to SC_OPCODE_IPMT, ScInterpreter::ScZinsZ() to ScInterpreter::ScIpmt() Change-Id: I6ed671aff85b7d2ec06dd66cd7ec9390776008b1 Reviewed-on: https://gerrit.libreoffice.org/13813 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/formula/compiler.hrc2
-rw-r--r--include/formula/opcode.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc
index 87670828db79..f8631efe7f29 100644
--- a/include/formula/compiler.hrc
+++ b/include/formula/compiler.hrc
@@ -257,7 +257,7 @@
#define SC_OPCODE_ZW 257
#define SC_OPCODE_ZZR 258
#define SC_OPCODE_RATE 259
-#define SC_OPCODE_ZINS_Z 260
+#define SC_OPCODE_IPMT 260
#define SC_OPCODE_KAPZ 261
#define SC_OPCODE_KUM_ZINS_Z 262
#define SC_OPCODE_KUM_KAP_Z 263
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx
index 6ae2788b5d04..7b807866bcee 100644
--- a/include/formula/opcode.hxx
+++ b/include/formula/opcode.hxx
@@ -261,7 +261,7 @@ enum OpCode : sal_uInt16
ocZW = SC_OPCODE_ZW,
ocZZR = SC_OPCODE_ZZR,
ocRate = SC_OPCODE_RATE,
- ocZinsZ = SC_OPCODE_ZINS_Z,
+ ocIpmt = SC_OPCODE_IPMT,
ocKapz = SC_OPCODE_KAPZ,
ocKumZinsZ = SC_OPCODE_KUM_ZINS_Z,
ocKumKapZ = SC_OPCODE_KUM_KAP_Z,