Bug 150246 - Calc information shown in Help->About is incomplete
Summary: Calc information shown in Help->About is incomplete
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Roman Kuznetsov
URL:
Whiteboard: target:7.5.0
Keywords: difficultyBeginner, easyHack, skillCpp
Depends on:
Blocks:
 
Reported: 2022-08-03 08:31 UTC by Mike Kaganski
Modified: 2022-08-29 11:57 UTC (History)
6 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Kaganski 2022-08-03 08:31:40 UTC
In Help->About, one may see

> Calc: CL

or

> Calc: threaded

but not both at the same time.

But this implies that these three calculation modes are exclusive. In fact, both threaded calculation and CL may be used at the same time; there is a limit of the data size at which CL is used; also there is a set of operations that CL may be used for, and multi-threaded calculation may be used for. So in the same document on the same system, some formulas may be calculated using CL, while others using threaded calculation.

This means that when both CL and threaded calculations are enabled, and only CL is shown in the About, a problem that user experiences may in fact be related to threaded calc. This would not be obvious both to the user, and also to others reading a bug report with the About data provided.

So I suppose that when enabled, both needs to show in Calc section.

Code pointer: AboutDialog::GetMiscString in cui/source/dialogs/about.cxx
Comment 1 Commit Notification 2022-08-29 10:43:02 UTC
Roman Kuznetsov committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/de37cabc120b9a00ca089d1b28bc7b1958430db7

tdf#150246 Show CL and threaded in About dialog in the same time

It will be available in 7.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.