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

New commits:
commit adbbe732e7ed7f3a749e04f1d9023989c972ec22
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Sat Apr 13 10:56:37 2024 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Sat Apr 13 17:05:24 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>

diff --git a/sc/inc/interpretercontext.hxx b/sc/inc/interpretercontext.hxx
index efd9f067f29f..cd72d19eb9b6 100644
--- a/sc/inc/interpretercontext.hxx
+++ b/sc/inc/interpretercontext.hxx
@@ -19,7 +19,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