From e6dec2035781d255896a8e81c6a485dae0fe8e49 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 18 Oct 2006 11:24:52 +0000 Subject: 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 ;-) --- sc/source/filter/excel/xlformula.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 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 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 } }, -- cgit