sc/source/filter/excel/xlformula.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a01151b4cf282fae0e775611e0a8de0d2ef6bc43
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Jan 14 17:05:08 2025 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Jan 14 18:19:06 2025 +0100

    sc: fix copy&paste error
    
    Since
    commit 521a56d8d1e12b7471fda6b62b21d51776c9fbaf
    Author: Balazs Varga <balazs.varga.ext...@allotropia.de>
    Date:   Thu May 30 18:43:09 2024 +0200
    
        tdf#137543 - Add new LET function to Calc
    
    Change-Id: I7e059457a3b31246bd5c3b903371d5f158975653
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180246
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sc/source/filter/excel/xlformula.cxx 
b/sc/source/filter/excel/xlformula.cxx
index 1982c3ba2dae..a4e7fa35ebbf 100644
--- a/sc/source/filter/excel/xlformula.cxx
+++ b/sc/source/filter/excel/xlformula.cxx
@@ -609,7 +609,7 @@ const XclFunctionInfo saFuncTable_2021[] =
     EXC_FUNCENTRY_V_VR(  ocMatSequence,1,  4,  0,  "SEQUENCE" ),
     EXC_FUNCENTRY_V_VR(  ocRandArray,  0,  5,  0,  "RANDARRAY" ),
     EXC_FUNCENTRY_V_VR(  ocUnique,     1,  3,  0,  "UNIQUE" ),
-    EXC_FUNCENTRY_V_VR(  ocLet,        3,  3,  0,  "SORTBY")
+    EXC_FUNCENTRY_V_VR(  ocLet,        3,  3,  0,  "LET")
 };
 
 

Reply via email to