summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlformula.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-12-23 09:46:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-12-23 09:46:02 +0000
commitdfe898cb338957da1e63dc6c622986938a9552e1 (patch)
treea489e661956746a6a24b9ea817f44741f2fe7f31 /sc/source/filter/excel/xlformula.cxx
parent24d4d1632ddd37c13b536cf5859c291c33938300 (diff)
INTEGRATION: CWS dr30 (1.5.6); FILE MERGED
2004/11/26 10:40:56 dr 1.5.6.1: #i37355# IF function returns Ref
Diffstat (limited to 'sc/source/filter/excel/xlformula.cxx')
-rw-r--r--sc/source/filter/excel/xlformula.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx
index 646ca55901af..1c5fb25adcf4 100644
--- a/sc/source/filter/excel/xlformula.cxx
+++ b/sc/source/filter/excel/xlformula.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xlformula.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-11-09 15:04:14 $
+ * last change: $Author: vg $ $Date: 2004-12-23 10:46:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
#ifndef SC_XLFORMULA_HXX
#include "xlformula.hxx"
#endif
@@ -87,7 +86,7 @@ const sal_uInt8 I = EXC_FUNC_PAR_INVALID;
static const XclFunctionInfo saFuncTable_2[] =
{
{ ocCount, 0, 0, 30, V, { R } },
- { ocIf, 1, 2, 3, V, { V, R } },
+ { ocIf, 1, 2, 3, R, { V, R } },
{ ocIsNV, 2, 1, 1, V, { V } },
{ ocIsError, 3, 1, 1, V, { V } },
{ ocSum, 4, 0, 30, V, { R } },