Re: Bug report : 'Optional' keyword with 'Option Compatible'

2024-03-06 Thread Bidouille
Use isMissing to find out if the parameter is present - Mail original - > De: "Lucien Mathay" > À: qa@openoffice.apache.org > Envoyé: Mardi 5 Mars 2024 11:29:01 > Objet: Bug report : 'Optional' keyword with 'Option Compatible' > > Hello, > > I woul

Bug report : 'Optional' keyword with 'Option Compatible'

2024-03-05 Thread Lucien Mathay
Hello, I would like to report the following bug : in the declaration of a function, when an "Optional" parameter declares its type definition, that type is not assigned to the parameter immediately, but only after the first use of this parameter by the function. Example : 1    Option