formula/source/core/api/FormulaCompiler.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 63e3d8671ef5cf9405405c8f3c388b0aea679e91 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 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