diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2016-05-26 21:28:35 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-05-31 17:01:12 +0200 |
commit | b75670009ca885869aa6b58ac33766808e23653c (patch) | |
tree | 42447bb988efc534e9303c57412d6e5e6543b16b /sc/inc/table.hxx | |
parent | a1ebcf401da3ae0cc8a12320b8b549a2d8d6e5bf (diff) |
tdf#100160 - Changing OpenCL state doesn't update sheet
now we re-check for vectorization state of formula token each time
OpenCL is enabled or disabled
Change-Id: I652397dd154f5fbf788cb511c70e53a47cc94293
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index a284d275d0c6..0f0887ef9718 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -531,6 +531,7 @@ public: void ResetChanged( const ScRange& rRange ); + void CheckVectorizationState(); void SetAllFormulasDirty( const sc::SetFormulaDirtyContext& rCxt ); void SetDirty( const ScRange&, ScColumn::BroadcastMode ); void SetDirtyAfterLoad(); |