| Summary: | Add-in function names appears as "Compatibility names" in "English function names" state of the Calc setting. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Tibor Kovács <kovacs.tibor64> |
| Component: | Calc | Assignee: | Eike Rathke <erack> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | medium | ||
| Version: | 7.0.4.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.6.0 target:7.5.3 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
Add-in function names when the "English function names is checked.
Add-in function names when the "English function names" is not checked. |
||
|
Description
Tibor Kovács
2023-04-03 13:36:04 UTC
Created attachment 186439 [details]
Add-in function names when the "English function names is checked.
Created attachment 186440 [details]
Add-in function names when the "English function names" is not checked.
Meh.. current implementation works fine with the compatibility names provided by our internal Add-Ins. But we should try to obtain English localized DisplayName first and only fall back to English CompatibilityName. Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/632fdbb7fb9fd296aaa4c473070aecc3c0dd019c Resolves: tdf#154582 Obtain English DisplayName before CompatibilityName It will be available in 7.6.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. Pending review https://gerrit.libreoffice.org/c/core/+/149976 for 7-5 Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-7-5": https://git.libreoffice.org/core/commit/c3ab1cb764a368a8b2642e73c744dee9282cfd4b Resolves: tdf#154582 Obtain English DisplayName before CompatibilityName It will be available in 7.5.3. 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. |