summaryrefslogtreecommitdiff
path: root/sc/inc/types.hxx
diff options
context:
space:
mode:
authorDennis Francis <dennis.francis@collabora.co.uk>2017-11-01 13:45:09 +0530
committerDennis Francis <dennis.francis@collabora.co.uk>2017-11-21 16:09:43 +0530
commit765c8d8b56f5199c87291a02f6324a70661d55ec (patch)
tree74ffb7dc497bda6c13bf6b49b707b1ca49a6350e /sc/inc/types.hxx
parent01f8f7933b3229331c6bc2a2604a28a644c6706d (diff)
Thread the software interpreter
Also introduce new state ScFormulaVectorState::FormulaVectorEnabledForThreading to indicate that using the “traditional” vectoring is disabled, but threading should be tried. Change-Id: I552d9e29e1ab9e5721534e07f4a45fdd5a23f399
Diffstat (limited to 'sc/inc/types.hxx')
-rw-r--r--sc/inc/types.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx
index 51898c291fde..cc82e363765d 100644
--- a/sc/inc/types.hxx
+++ b/sc/inc/types.hxx
@@ -59,6 +59,7 @@ enum ScFormulaVectorState
FormulaVectorEnabled,
FormulaVectorCheckReference,
+ FormulaVectorEnabledForThreading,
FormulaVectorUnknown
};