On 10/10/2021 11:13, Julien Nabet wrote:
I noticed a typo in function name "getProgrammaticFuntionName" instead
of "getProgrammaticFunctionName".
(see
https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/sheet/XAddIn.idl?r=2b383d19#51).
Usually I would have supposed we're stuck since it's in a public
interface but the current implementations just return an empty OUString
(unless I missed something) so wonder if it's really used.
And if it would turn out not be used, why bother fixing the typo? :)
PS : "Errare humanum est" but just wonder why these function names
aren't double/triple-checked by at least 2 people before being published...
When that "published" flag was introduced in CWS sb18, ~all existing
udkapi/offapi UNOIDL entities were retroactively marked as such (see
`git log grep='INTEGRATION: CWS sb18'`).