- Made sure that error messages of column formulas are displayed only once (any
error condition during evaluation now aborts all further evaluations).
Closes bug #2795575.
- Fixed a memory leak in Table::recalculate(int,bool) (colscript was never
deleted).