summaryrefslogtreecommitdiffstats
path: root/include/formula/opcode.hxx
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-13 10:54:02 +0100
committerEike Rathke <erack@redhat.com>2015-01-14 19:55:47 +0000
commited20e81a886a13125a551ce24b6f9408d61e8e61 (patch)
tree65e5a5f7f9e1be9a0e60ea76b776bac113e4058a /include/formula/opcode.hxx
parentfdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRR (diff)
downloadcore-ed20e81a886a13125a551ce24b6f9408d61e8e61.tar.gz
core-ed20e81a886a13125a551ce24b6f9408d61e8e61.zip
fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPV
Change-Id: I1f7b51094acf0baf79160f65fdec67c9934930aa Reviewed-on: https://gerrit.libreoffice.org/13897 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/formula/opcode.hxx')
-rw-r--r--include/formula/opcode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx
index 43f24677073f..a282dae5be99 100644
--- a/include/formula/opcode.hxx
+++ b/include/formula/opcode.hxx
@@ -220,7 +220,7 @@ enum OpCode : sal_uInt16
ocAverage = SC_OPCODE_AVERAGE,
ocCount = SC_OPCODE_COUNT,
ocCount2 = SC_OPCODE_COUNT_2,
- ocNPV = SC_OPCODE_NBW,
+ ocNPV = SC_OPCODE_NPV,
ocIRR = SC_OPCODE_IRR,
ocMIRR = SC_OPCODE_MIRR,
ocISPMT = SC_OPCODE_ISPMT,