summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-30 22:02:06 +0100
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-01 15:30:39 +0000
commit3305827a24a1b9c66220bb3578fec6a43df4a421 (patch)
tree5b4d20fec8deebd5ce94795dee98307904d94a06
parent0998b52b725688cdd3c8f6e5150e0d74995164d3 (diff)
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@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx3
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
}