Adding an implemented UNO interface
Noel Grandin
noelgrandin at gmail.com
Sun Sep 3 17:21:40 UTC 2023
On Sat, 2 Sept 2023 at 09:26, Lionel Élie Mamane <lionel at mamane.lu> wrote:
>
> #include <grault.hxx>
> /* grault .hxx contains:
> *
> * typedef ::cppu::WeakComponentImplHelper2 <
> * css::Baz,
> * css::qux > grault_BASE;
> *
> * class grault : public grault_BASE { ... }
> */
>
>
You can do
class bar1 : public grault_BASE {}
class bar : public ImplInheritanceHelper<bar1, css::corge> {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20230903/ef9c2275/attachment.htm>
More information about the LibreOffice
mailing list