summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
diff options
context:
space:
mode:
authorDennis Francis <dennis.francis@collabora.co.uk>2017-11-17 15:30:35 +0530
committerDennis Francis <dennis.francis@collabora.co.uk>2017-11-21 16:09:44 +0530
commit2b12d3d11fe116d0fb886518ae831b9effd53284 (patch)
tree878a6bbf5da46721f6311816920ea01dc308cd24 /sc/inc/formulacell.hxx
parent4284cdcc3e82bf2a6029ce2502c82605d9a74f86 (diff)
Move token-cache for doubles to ScInterpreterContext...
...from ScInterpreter and in the s/w interpreter, create a ScInterpreterContext for each thread for passing into per thread ScInterpreter constructor. Change-Id: I4e0abce043c7e1e70859efb2e5001fc284f416a9
Diffstat (limited to 'sc/inc/formulacell.hxx')
-rw-r--r--sc/inc/formulacell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 0185e2629010..e75416de8e56 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -150,7 +150,7 @@ public:
SCITP_FROM_ITERATION,
SCITP_CLOSE_ITERATION_CIRCLE
};
- void InterpretTail( const ScInterpreterContext&, ScInterpretTailParameter );
+ void InterpretTail( ScInterpreterContext&, ScInterpretTailParameter );
void HandleStuffAfterParallelCalculation();