[Libreoffice-commits] .: formula/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 30 13:08:52 PST 2013


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

New commits:
commit 63e3d8671ef5cf9405405c8f3c388b0aea679e91
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

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