On 01/07/2020 13:38, Regina Henschel wrote:
Is it possible to set a default value for a parameter
const css::uno::Reference< css::beans::XPropertySet >& rXShapePropSet

const css::uno::Reference< css::beans::XPropertySet >& rXShapePropSet = {}

so that a caller can omit it, if it is not needed in his case?

will pass an empty Reference when none is specified

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to