diff options
author | Dennis Francis <dennis.francis@collabora.com> | 2019-10-15 07:49:06 +0530 |
---|---|---|
committer | Dennis Francis <dennis.francis@collabora.com> | 2019-10-17 08:07:10 +0200 |
commit | a5b394a4c6ce5aa93654ff6d57fc497bcea93001 (patch) | |
tree | d05f41b81d10311ba930746aca092d36ef9f1243 /sc/inc/formulacell.hxx | |
parent | 4ee424b3ddc6e483cac8bd76ddc0bcabe48241dc (diff) |
Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculation
Change-Id: Idf10bb214d6d82370512eeb39ba7786dd9bceb38
Reviewed-on: https://gerrit.libreoffice.org/80846
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sc/inc/formulacell.hxx')
-rw-r--r-- | sc/inc/formulacell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx index 65a3a4af7733..9a5af01a3851 100644 --- a/sc/inc/formulacell.hxx +++ b/sc/inc/formulacell.hxx @@ -167,7 +167,7 @@ public: }; void InterpretTail( ScInterpreterContext&, ScInterpretTailParameter ); - void HandleStuffAfterParallelCalculation(); + void HandleStuffAfterParallelCalculation(ScInterpreter* pInterpreter); enum CompareState { NotEqual = 0, EqualInvariant, EqualRelativeRef }; |