[Libreoffice-bugs] [Bug 131096] Calc crashes when viewing details of two Statistical functions in Function Wizard

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 3 20:11:57 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=131096

--- Comment #5 from Julien Nabet <serval2412 at yahoo.fr> ---
If I revert the quoted commit + fix merge conflict +
apply this:
diff --cc sc/source/core/tool/interpr8.cxx
index 39706cf7882c,5f98f269bbe1..000000000000
--- a/sc/source/core/tool/interpr8.cxx
+++ b/sc/source/core/tool/interpr8.cxx
@@@ -193,6 -195,11 +193,11 @@@ bool ScETSForecastCalculation::Preproce
          }
      }

 -    if ( rSmplInPrd != 1 )
 -        mnSmplInPrd = rSmplInPrd;
++    if ( nSmplInPrd != 1 )
++        mnSmplInPrd = nSmplInPrd;
+     else
+         mnSmplInPrd = CalcPeriodLen();
+ 
      // Month intervals don't have exact stepsize, so first
      // detect if month interval is used.
      // Method: assume there is an month interval and verify.
* Unmerged path sc/qa/unit/data/functions/fods/forecast.ets.mult.fods

I don't reproduce the crash.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200303/4648ce39/attachment.htm>


More information about the Libreoffice-bugs mailing list