summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlformula.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 11:36:55 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 11:36:55 +0000
commitb1ad3aad732eb84cdaef7f96417b7cfaee98de3d (patch)
treea0895403048b4538bceeaec49d87886a8dcd005f /sc/source/filter/excel/xlformula.cxx
parent63ee3fe41e86ac12c2c696592e57f8b4b8106f40 (diff)
INTEGRATION: CWS dr47 (1.11.100); FILE MERGED
2006/03/10 14:05:02 dr 1.11.100.1: #i49498# INFO function
Diffstat (limited to 'sc/source/filter/excel/xlformula.cxx')
-rw-r--r--sc/source/filter/excel/xlformula.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx
index eb97cbe715ea..89cc698284f2 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-10-21 12:01:01 $
+ * last change: $Author: obo $ $Date: 2006-07-10 12:36:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -201,7 +201,7 @@ static const XclFunctionInfo saFuncTable_2[] =
{ ocExternal, 255, 1, 30, R, { E, R }, EXC_FUNCFLAG_IMPORTONLY }
};
-/** Functions new in BIFF3. Unsupported Excel function: INFO. */
+/** Functions new in BIFF3. */
static const XclFunctionInfo saFuncTable_3[] =
{
{ ocRGP, 49, 1, 4, A, { R, R, V, V } }, // BIFF2: 1-2, BIFF3: 1-4
@@ -221,7 +221,8 @@ static const XclFunctionInfo saFuncTable_3[] =
{ ocArcSinHyp, 232, 1, 1, V, { V } },
{ ocArcCosHyp, 233, 1, 1, V, { V } },
{ ocArcTanHyp, 234, 1, 1, V, { V } },
- { ocDBGet, 235, 3, 3, V, { R } }
+ { ocDBGet, 235, 3, 3, V, { R } },
+ { ocInfo, 244, 1, 1, V, { V }, EXC_FUNCFLAG_VOLATILE }
};
/** Functions new in BIFF4. */