formula/source/core/api/FormulaCompiler.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 3305827a24a1b9c66220bb3578fec6a43df4a421 Author: Markus Mohrhard <markus.mohrh...@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.yosh...@gmail.com> Tested-by: Kohei Yoshida <kohei.yosh...@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 } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits