summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlformula.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 14:48:25 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 14:48:25 +0000
commitcb0fabc9e07561ed7a17fb0df377999328ebd217 (patch)
treea6d5511aa1a3b33d9547f21d0bc9e3caf92b0edb /sc/source/filter/excel/xlformula.cxx
parentcd475b0a92250448a2572bdd54f9929fe1048f24 (diff)
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
Diffstat (limited to 'sc/source/filter/excel/xlformula.cxx')
-rw-r--r--sc/source/filter/excel/xlformula.cxx8
1 files changed, 4 insertions, 4 deletions
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 },