sc/inc/interpretercontext.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bc7198d47b4d1aef7a346c3f939122c9c764eeda
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Sat Apr 13 10:56:37 2024 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Mon May 6 15:09:17 2024 +0200

    Related: tdf#160056 all maTokens are FormulaTypedDoubleToken*
    
    Change-Id: I6eacaf58c25ef9c5cb930a79177471c79a6a26c0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166047
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    (cherry picked from commit adbbe732e7ed7f3a749e04f1d9023989c972ec22)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166299
    Reviewed-by: Eike Rathke <er...@redhat.com>

diff --git a/sc/inc/interpretercontext.hxx b/sc/inc/interpretercontext.hxx
index 11e2c6990c8e..bc6dcf0f943c 100644
--- a/sc/inc/interpretercontext.hxx
+++ b/sc/inc/interpretercontext.hxx
@@ -18,7 +18,7 @@
 
 namespace formula
 {
-class FormulaToken;
+class FormulaTypedDoubleToken;
 }
 
 #define TOKEN_CACHE_SIZE 8
@@ -43,7 +43,7 @@ struct ScInterpreterContext
 {
     const ScDocument* mpDoc;
     size_t mnTokenCachePos;
-    std::vector<formula::FormulaToken*> maTokens;
+    std::vector<formula::FormulaTypedDoubleToken*> maTokens;
     std::vector<DelayedSetNumberFormat> maDelayedSetNumberFormat;
     std::unique_ptr<ScLookupCacheMap> mxScLookupCache; // cache for lookups 
like VLOOKUP and MATCH
     // Allocation cache for "aConditions" array in 
ScInterpreter::IterateParameterIfs()

Reply via email to