summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula')
-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 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,
dersBjoern Michaelsen 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-19use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XXIvan Timofeev 2013-04-18WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev 2013-04-11rename UI to UIConfigDavid Tardon 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-16Remove RTL_CONSTASCII_STRINGPARAM from tubesChr. Rossmanith 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks