summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-08-22 14:26:29 +0300
committerDennis Francis <dennis.francis@collabora.co.uk>2017-11-21 16:09:40 +0530
commit12d70f4a89f5586f1b617c052b9573f706030d17 (patch)
tree5a6409d061677074155adcd7bd585dfed0b2f938 /sc/inc/column.hxx
parent6d94519008580975608f852f4adee50ec099a6ad (diff)
Move formula tree manipulation out of multi-threaded parts of code
Change-Id: I2f7e6fb747b6a74172a81f9db9bc210ef6a27342
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index e6ddccb1c5eb..67bc6c348c5e 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -583,6 +583,7 @@ public:
void SetFormulaResults( SCROW nRow, const formula::FormulaConstTokenRef* pResults, size_t nLen );
void CalculateInThread( SCROW nRow, size_t nLen, unsigned nThisThread, unsigned nThreadsTotal);
+ void HandleStuffAfterParallelCalculation( SCROW nRow, size_t nLen );
void SetNumberFormat( SCROW nRow, sal_uInt32 nNumberFormat );