diff options
author | Eike Rathke <erack@redhat.com> | 2013-02-15 14:15:00 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-02-15 14:16:14 +0100 |
commit | 61c72ef4bebebdfa505176e7d5db82920ad3822e (patch) | |
tree | 0d28d4c989e3ef576c20877fb1912c62f88e00d4 /formula | |
parent | b4d3f5c2b0b9b5b1c4f24a0f391fb355caaef7d0 (diff) |
ocColumn and ocRow do not need recalc on load, fdo#60645 related
Change-Id: I34fc7af10aca3484d30b443c6b0257451a218ed5
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/api/FormulaCompiler.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index 21f8e975a7ee..eca4fb55e0c5 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -1067,6 +1067,8 @@ void FormulaCompiler::Factor() // If the referred cell is moved the value changes. case ocColumn : case ocRow : + pArr->SetRecalcModeOnRefMove(); + break; // ocCell needs recalc on move for some possible type values. // and recalc mode on load, fdo#60646 case ocCell : |