From cb0fabc9e07561ed7a17fb0df377999328ebd217 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Mar 2008 14:48:25 +0000 Subject: INTEGRATION: CWS odff (1.24.60); FILE MERGED 2007/12/19 20:05:22 er 1.24.60.1: #i32341# renamed some ugly German opcodes of functions touched for ocUnion --- sc/source/filter/excel/xlformula.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sc/source/filter/excel/xlformula.cxx') diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx index 57be1aae6d33..de5559897db3 100644 --- a/sc/source/filter/excel/xlformula.cxx +++ b/sc/source/filter/excel/xlformula.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xlformula.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: rt $ $Date: 2007-07-06 12:37:33 $ + * last change: $Author: kz $ $Date: 2008-03-06 15:48:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,7 +87,7 @@ static const XclFunctionInfo saFuncTable_2[] = { ocRow, 8, 0, 1, V, { R }, 0, 0 }, { ocColumn, 9, 0, 1, V, { R }, 0, 0 }, { ocNotAvail, 10, 0, 0, V, {}, 0, 0 }, - { ocNBW, 11, 2, 30, V, { V, R }, 0, 0 }, + { ocNPV, 11, 2, 30, V, { V, R }, 0, 0 }, { ocStDev, 12, 1, 30, V, { R }, 0, 0 }, { ocCurrency, 13, 1, 2, V, { V }, 0, 0 }, { ocFixed, 14, 1, 2, V, { V, V, C, I }, 0, 0 }, @@ -137,7 +137,7 @@ static const XclFunctionInfo saFuncTable_2[] = { ocRMZ, 59, 3, 5, V, { V }, 0, 0 }, { ocZins, 60, 3, 6, V, { V }, 0, 0 }, { ocMIRR, 61, 3, 3, V, { R, V }, 0, 0 }, - { ocIKV, 62, 1, 2, V, { R, V }, 0, 0 }, + { ocIRR, 62, 1, 2, V, { R, V }, 0, 0 }, { ocRandom, 63, 0, 0, V, {}, EXC_FUNCFLAG_VOLATILE, 0 }, { ocMatch, 64, 2, 3, V, { V, R }, 0, 0 }, { ocGetDate, 65, 3, 3, V, { V }, 0, 0 }, -- cgit