summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-08-14 23:31:52 +0200
committerEike Rathke <erack@redhat.com>2013-08-14 23:33:05 +0200
commitc90ecd3118a88968581aa0493a22210e808f3121 (patch)
tree78a94c42c33a293f7c2dc0fb330497d111891641
parentf9e8f092f770b00ca2327153da6ce9d88af4c6d5 (diff)
import/export WEBSERVICE and FILTERXML from/to .xls BIFF
Change-Id: I8bf6cf93a2f9b5daee77f3dd75b0366caa9ec25d
-rw-r--r--sc/source/filter/excel/xlformula.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx
index fa2bb209d8db..8d2c77a03752 100644
--- a/sc/source/filter/excel/xlformula.cxx
+++ b/sc/source/filter/excel/xlformula.cxx
@@ -439,7 +439,7 @@ static const XclFunctionInfo saFuncTable_2013[] =
EXC_FUNCENTRY_V_VR( ocNoName, 3, 4, 0, "FDIST" ),
// NOTE: this FINV is not our LEGACY.FINV
EXC_FUNCENTRY_V_VR( ocNoName, 3, 3, 0, "FINV" ),
- EXC_FUNCENTRY_V_VR( ocNoName, 2, 2, 0, "FILTERXML" ),
+ EXC_FUNCENTRY_V_VR( ocFilterXML, 2, 2, 0, "FILTERXML" ),
/* FIXME: FLOOR.MATH is our/ODFF FLOOR, but we have special handling for
* the weird Excel FLOOR behavior, check that and unify or diversify. */
EXC_FUNCENTRY_V_VR( ocNoName, 1, 3, 0, "FLOOR.MATH" ),
@@ -465,7 +465,7 @@ static const XclFunctionInfo saFuncTable_2013[] =
EXC_FUNCENTRY_V_RX( ocSkewp, 1, MX, 0, "SKEW.P" ),
EXC_FUNCENTRY_V_VR( ocUnichar, 1, 1, 0, "UNICHAR" ),
EXC_FUNCENTRY_V_VR( ocUnicode, 1, 1, 0, "UNICODE" ),
- EXC_FUNCENTRY_V_VR( ocNoName, 1, 1, 0, "WEBSERVICE" ),
+ EXC_FUNCENTRY_V_VR( ocWebservice, 1, 1, 0, "WEBSERVICE" ),
EXC_FUNCENTRY_V_RX( ocXor, 1, MX, 0, "XOR" )
};