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

            Bug ID: 150246
           Summary: Calc information shown in Help->About is incomplete
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: difficultyBeginner, easyHack, skillCpp
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to