https://bugs.documentfoundation.org/show_bug.cgi?id=121103
--- Comment #10 from Dennis Francis <[email protected]> ---
The problem is at
https://opengrok.libreoffice.org/xref/core/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx?r=470a91cb#70
where the ScRefFlags flag is hard-coded to ScRefFlags::RANGE_ABS. Instead it
should be decided based on whether the input and output ranges/addresses are in
same sheet or not - if they are in the same sheet then ScRefFlags::RANGE_ABS
should be fine, else ScRefFlags::RANGE_ABS_3D should be used.
I think this bug can be marked as an easy-hack for the new contributors with
the above code-pointer to help them.
--
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