[Libreoffice-commits] .: Branch 'libreoffice-4-0' - formula/source

Markus Mohrhard markus.mohrhard at googlemail.com
Fri Feb 1 07:30:59 PST 2013


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

New commits:
commit 3305827a24a1b9c66220bb3578fec6a43df4a421
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Wed Jan 30 22:02:06 2013 +0100

    make it possible to update DDE links after loading, fdo#59032
    
    Change-Id: Iba49bec62cb9081cdcd9410215f269b59c1be304
    Reviewed-on: https://gerrit.libreoffice.org/1940
    Reviewed-by: Kohei Yoshida <kohei.yoshida at gmail.com>
    Tested-by: Kohei Yoshida <kohei.yoshida at gmail.com>

diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index c402113..8323e15 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -1076,6 +1076,9 @@ void FormulaCompiler::Factor()
                     pArr->SetRecalcModeOnLoad();
                     pArr->SetHyperLink(true);
                 break;
+                case ocDde:
+                    pArr->SetRecalcModeOnLoad();
+                break;
                 default:
                     ;   // nothing
             }


More information about the Libreoffice-commits mailing list