summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 14:17:43 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 14:17:43 +0000
commit518955cefadd2f179d1c3ffcdf47d9cf7b62f1d4 (patch)
tree3046a5212ffdcc2f6addfaae2db99d7900c9277a
parent1e05560e79196505f104b5da0769bb413a9296e3 (diff)
INTEGRATION: CWS odff (1.19.60); FILE MERGED
2007/12/19 20:05:55 er 1.19.60.2: #i32341# renamed some ugly German opcodes of functions touched for ocUnion 2007/08/27 15:24:19 er 1.19.60.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02
-rw-r--r--sc/inc/opcode.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/opcode.hxx b/sc/inc/opcode.hxx
index f5de4ccc5da4..4635c3ade596 100644
--- a/sc/inc/opcode.hxx
+++ b/sc/inc/opcode.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: opcode.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2008-01-10 13:09:15 $
+ * last change: $Author: kz $ $Date: 2008-03-06 15:17:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -199,8 +199,8 @@ enum OpCodeEnum
ocTrunc = SC_OPCODE_TRUNC,
ocLog = SC_OPCODE_LOG,
ocPower = SC_OPCODE_POWER,
- ocGGT = SC_OPCODE_GGT,
- ocKGV = SC_OPCODE_KGV,
+ ocGCD = SC_OPCODE_GGT,
+ ocLCM = SC_OPCODE_KGV,
ocMod = SC_OPCODE_MOD,
ocSumProduct = SC_OPCODE_SUM_PRODUCT,
ocSumSQ = SC_OPCODE_SUM_SQ,
@@ -218,8 +218,8 @@ enum OpCodeEnum
ocAverage = SC_OPCODE_AVERAGE,
ocCount = SC_OPCODE_COUNT,
ocCount2 = SC_OPCODE_COUNT_2,
- ocNBW = SC_OPCODE_NBW,
- ocIKV = SC_OPCODE_IKV,
+ ocNPV = SC_OPCODE_NBW,
+ ocIRR = SC_OPCODE_IKV,
ocMIRR = SC_OPCODE_MIRR,
ocISPMT = SC_OPCODE_ISPMT,
ocVar = SC_OPCODE_VAR,