[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Nov 15 17:40:21 PST 2011


 sc/source/ui/docshell/docsh4.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f87c3d7d5a7142d22429e66c8953852e9c1e580
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 20:39:54 2011 -0500

    Fixed soft re-calc.

diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index cb30e00..ae426a1 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -1240,7 +1240,7 @@ void ScDocShell::DoRecalc( sal_Bool bApi )
     if (!bDone)                         // sonst Dokument neu berechnen
     {
         WaitObject aWaitObj( GetActiveDialogParent() );
-        aDocument.CalcFormulaTree( sal_True );
+        aDocument.CalcFormulaTree();
         if ( pSh )
             pSh->UpdateCharts(sal_True);
 


More information about the Libreoffice-commits mailing list