sc/source/core/tool/compiler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18e708c65a6b18ac99a17a8e31732ad3ed5d1ac7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Feb 3 15:36:55 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Feb 7 09:21:18 2025 +0100

    Fix typo
    
    Change-Id: I6661da0bba0d34e2922a3e89875708888978143d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181067
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 07d59de2df16..41663c65f16c 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -6821,7 +6821,7 @@ void ScCompiler::AnnotateTrimOnDoubleRefs()
     {
         // tdf#164843: Double references from relative named ranges can point 
to large
         // ranges (MAXCOL/MAXROW) and because of that some function evaluation
-        // like SubTotal can be extreamly slow when we call 
ScTable::CompileHybridFormula
+        // like SubTotal can be extremely slow when we call 
ScTable::CompileHybridFormula
         // with these large ranges. Since all the SubTotal functions ignore 
empty cells
         // its worth to optimize and trim the double references in SubTotal 
functions.
         FormulaToken** ppTok = pCode - 2;

Reply via email to