sc/source/core/data/formulacell.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 0d736e22850322ba3d4d8344d0b2ff1d228ef358 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Tue Jul 2 22:23:56 2013 -0400 Forgot to remove these debug statements. Change-Id: I680750c43dce4b6e7f9b9ed0a6b8550bdf485a8c diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 132ed5c..f8928e5 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -3115,12 +3115,8 @@ bool ScFormulaCell::InterpretFormulaGroup() if (!xGroup || !pCode) return false; - fprintf(stdout, "ScFormulaCell::InterpretFormulaGroup: calc state = %d\n", xGroup->meCalcState); if (xGroup->meCalcState == sc::GroupCalcDisabled) - { - fprintf(stdout, "ScFormulaCell::InterpretFormulaGroup: group calc disabled.\n"); return false; - } switch (pCode->GetVectorState()) { @@ -3145,7 +3141,6 @@ bool ScFormulaCell::InterpretFormulaGroup() GroupTokenConverter aConverter(aCxt, aCode, *pDocument, *this, aTopPos); if (!aConverter.convert(*pCode)) { - fprintf(stdout, "ScFormulaCell::InterpretFormulaGroup: disabling group calc due to failed conversion\n"); xGroup->meCalcState = sc::GroupCalcDisabled; return false; } @@ -3153,7 +3148,6 @@ bool ScFormulaCell::InterpretFormulaGroup() xGroup->meCalcState = sc::GroupCalcRunning; if (!sc::FormulaGroupInterpreter::getStatic()->interpret(*pDocument, aTopPos, xGroup, aCode)) { - fprintf(stdout, "ScFormulaCell::InterpretFormulaGroup: disabling group calc due to failed calculation\n"); xGroup->meCalcState = sc::GroupCalcDisabled; return false; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits