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

--- Comment #5 from Julien Nabet <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to