summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlformula.cxx
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2024-02-12 21:36:30 +0100
committerBalazs Varga <balazs.varga.extern@allotropia.de>2024-02-18 23:13:01 +0100
commitb36ecef07a4933c0943b27ea937f31e1df2e77cd (patch)
tree40996730c0fbd1d74a8f38eedb92ee2bbd73c788 /sc/source/filter/excel/xlformula.cxx
parent3e0f6665e3c9b7432404eb49efd74bff91f62935 (diff)
tdf#128425 Add Excel2021 function XMATCH to Calc
https://issues.oasis-open.org/browse/OFFICE-4155 Change-Id: I7791ab873cf62ce882feba75dc0d722bc5990f9a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163260 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'sc/source/filter/excel/xlformula.cxx')
-rw-r--r--sc/source/filter/excel/xlformula.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx
index f0e5b09a0e4b..3968e33e794d 100644
--- a/sc/source/filter/excel/xlformula.cxx
+++ b/sc/source/filter/excel/xlformula.cxx
@@ -601,7 +601,8 @@ const XclFunctionInfo saFuncTable_2016[] =
*/
const XclFunctionInfo saFuncTable_2021[] =
{
- EXC_FUNCENTRY_V_VR( ocXLookup, 3, 6, 0, "XLOOKUP" )
+ EXC_FUNCENTRY_V_VR( ocXLookup, 3, 6, 0, "XLOOKUP" ),
+ EXC_FUNCENTRY_V_VR( ocXMatch, 2, 4, 0, "XMATCH" )
};