[Libreoffice-commits] core.git: formula/source

Eike Rathke erack at redhat.com
Fri Feb 15 05:16:34 PST 2013


 formula/source/core/api/FormulaCompiler.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 61c72ef4bebebdfa505176e7d5db82920ad3822e
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Feb 15 14:15:00 2013 +0100

    ocColumn and ocRow do not need recalc on load, fdo#60645 related
    
    Change-Id: I34fc7af10aca3484d30b443c6b0257451a218ed5

diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index 21f8e97..eca4fb5 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 :


More information about the Libreoffice-commits mailing list