summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlformula.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-10-18 11:24:52 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-10-18 11:24:52 +0000
commite6dec2035781d255896a8e81c6a485dae0fe8e49 (patch)
treeca0a0183de3d089f51ba9bfcab1f42bb7b04fd8e /sc/source/filter/excel/xlformula.cxx
parent024570c517e49094c6d0ebf9911818edfddaa681 (diff)
INTEGRATION: CWS scr1c1 (1.14.58); FILE MERGED
2006/09/26 17:56:10 er 1.14.58.1: #i69883# get rid of that not-German-not-English Adress crap ;-)
Diffstat (limited to 'sc/source/filter/excel/xlformula.cxx')
-rw-r--r--sc/source/filter/excel/xlformula.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx
index c136e2ee2afd..121e318ad054 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.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: ihi $ $Date: 2006-10-18 11:44:32 $
+ * last change: $Author: ihi $ $Date: 2006-10-18 12:24:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -219,7 +219,7 @@ static const XclFunctionInfo saFuncTable_3[] =
{ ocRKP, 51, 1, 4, A, { R, R, V, V } }, // BIFF2: 1-2, BIFF3: 1-4
{ ocGrowth, 52, 1, 4, A, { R, R, R, V } }, // BIFF2: 1-3, BIFF3: 1-4
{ ocTrunc, 197, 1, 2, V, { V } }, // BIFF2: 1, BIFF3: 1-2
- { ocAdress, 219, 2, 5, V, { V, V, V, E, V } },
+ { ocAddress, 219, 2, 5, V, { V, V, V, E, V } },
{ ocGetDiffDate360, 220, 2, 2, V, { V, V, C, I } },
{ ocGetActDate, 221, 0, 0, V, {}, EXC_FUNCFLAG_VOLATILE },
{ ocVBD, 222, 5, 7, V, { V } },