diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-30 22:02:06 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-30 22:10:05 +0100 |
commit | 63e3d8671ef5cf9405405c8f3c388b0aea679e91 (patch) | |
tree | 7cf9c768540d05088b8554018a682ecb31fb8507 /formula | |
parent | 3891d323cdc3c03154f5682baaeaa4b2ef015a63 (diff) |
make it possible to update DDE links after loading, fdo#59032
Change-Id: Iba49bec62cb9081cdcd9410215f269b59c1be304
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/api/FormulaCompiler.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index c40211386828..8323e15acff4 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 } |