sc/source/core/tool/interpr4.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0ab638e42184284f296fbbb9aa9465a70ae6e3bd
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Mon Feb 24 17:07:27 2025 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Tue Feb 25 10:39:50 2025 +0100

    Related: tdf#164997 - sc refactor and optimize LET function calculation
    
    Fix crash because of missing new svStringName from ConvertMatrixParameters
    
    Change-Id: Ifd3b67c5709476058412cddeae53b695a83cb5a9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182095
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    Tested-by: Jenkins

diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index aac415e7ee91..1781ea6b99e0 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -1478,6 +1478,7 @@ bool ScInterpreter::ConvertMatrixParameters()
             {
                 case svDouble:
                 case svString:
+                case svStringName:
                 case svSingleRef:
                 case svExternalSingleRef:
                 case svMissing:

Reply via email to