diff options
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 7a7bfe74ab94..ccba5df50377 100644 --- a/include/formula/compiler.hrc +++ b/include/formula/compiler.hrc @@ -272,7 +272,7 @@ #define SC_OPCODE_PPMT 261 #define SC_OPCODE_CUM_IPMT 262 #define SC_OPCODE_CUM_PRINC 263 -#define SC_OPCODE_EFFECTIVE 264 +#define SC_OPCODE_EFFECT 264 #define SC_OPCODE_NOMINAL 265 #define SC_OPCODE_SUB_TOTAL 266 #define SC_OPCODE_DB_SUM 267 /* database functions */ diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx index 30dc94ff578c..c06a99239d2b 100644 --- a/include/formula/opcode.hxx +++ b/include/formula/opcode.hxx @@ -278,7 +278,7 @@ enum OpCode : sal_uInt16 ocPpmt = SC_OPCODE_PPMT, ocCumIpmt = SC_OPCODE_CUM_IPMT, ocCumPrinc = SC_OPCODE_CUM_PRINC, - ocEffective = SC_OPCODE_EFFECTIVE, + ocEffect = SC_OPCODE_EFFECT, ocNominal = SC_OPCODE_NOMINAL, ocSubTotal = SC_OPCODE_SUB_TOTAL, ocRawSubtract = SC_OPCODE_RAWSUBTRACT, |