summaryrefslogtreecommitdiff
path: root/oox/source/xls/formulabase.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-08 06:26:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-08 06:26:12 +0000
commita3a86380d85c862572c16aee3ba744f80f8cd0a1 (patch)
tree484b9a62944dfc34e54a97966e291773b4a81b97 /oox/source/xls/formulabase.cxx
parenta309c50eaf19e4237261ba1ace4fbd662bf77d5f (diff)
INTEGRATION: CWS odff04 (1.5.12); FILE MERGED
2008/06/24 14:49:22 er 1.5.12.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation
Diffstat (limited to 'oox/source/xls/formulabase.cxx')
-rw-r--r--oox/source/xls/formulabase.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/xls/formulabase.cxx b/oox/source/xls/formulabase.cxx
index 74b3f6a137fd..05d4f507c6c4 100644
--- a/oox/source/xls/formulabase.cxx
+++ b/oox/source/xls/formulabase.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: formulabase.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -335,7 +335,7 @@ static const FunctionData saFuncTableBiff2[] =
{ "SLN", "SLN", 142, 142, 3, 3, V, { V }, 0 },
{ "SYD", "SYD", 143, 143, 4, 4, V, { V }, 0 },
{ "DDB", "DDB", 144, 144, 4, 5, V, { V }, 0 },
- { "INDIRECT", "INDIRECT", 148, 148, 1, 2, R, { V, EV, I }, FUNCFLAG_VOLATILE },
+ { "INDIRECT", "INDIRECT", 148, 148, 1, 2, R, { V }, FUNCFLAG_VOLATILE },
{ "CLEAN", "CLEAN", 162, 162, 1, 1, V, { V }, 0 },
{ "MDETERM", "MDETERM", 163, 163, 1, 1, V, { A }, 0 },
{ "MINVERSE", "MINVERSE", 164, 164, 1, 1, A, { A }, 0 },
@@ -377,7 +377,7 @@ static const FunctionData saFuncTableBiff3[] =
{ "ROUNDDOWN", "ROUNDDOWN", 213, 213, 2, 2, V, { V }, 0 },
{ "ASC", "ASC", 214, 214, 1, 1, V, { V }, 0 },
{ "JIS", "DBCS", 215, 215, 1, 1, V, { V }, 0 },
- { "ADDRESS", "ADDRESS", 219, 219, 2, 5, V, { V, V, V, EV, V }, 0 },
+ { "ADDRESS", "ADDRESS", 219, 219, 2, 5, V, { V, V, V, V, V }, 0 },
{ "DAYS360", "DAYS360", 220, 220, 2, 2, V, { V, V, C, I }, 0 },
{ "TODAY", "TODAY", 221, 221, 0, 0, V, {}, FUNCFLAG_VOLATILE },
{ "VDB", "VDB", 222, 222, 5, 7, V, { V }, 0 },