sc/qa/unit/uicalc/uicalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6997e953593cfd055485af37bf34f0e7861261e9
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Mar 25 16:48:45 2025 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Mar 25 19:56:05 2025 +0100

    related: tdf#165821: update test range
    
    based on 
https://gerrit.libreoffice.org/c/core/+/183154/comment/ffc2be1d_ee0cd770/
    
    Change-Id: Icee71c61cb3f22eabb1e209c2e3cce58f1238ba0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183306
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index 1c18687f2c18..e2dd7940e7cf 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -985,7 +985,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf165821)
 {
     createScDoc();
 
-    insertStringToCell(u"A1"_ustr, u"=COUNTA(K:K)");
+    insertStringToCell(u"A1"_ustr, u"=COUNTA(XFD:XFD)");
 
     ScDocument* pDoc = getScDoc();
     // Without the fix in place, this test would have failed with

Reply via email to