https://bugs.documentfoundation.org/show_bug.cgi?id=88815

--- Comment #6 from JoNi <[email protected]> ---
few questions about this task:

does the ServiceDecl template work with classes who don't have ctors like:
> MyClass( uno::Sequence<uno::Any> const& args,
>          uno::Reference<uno:XComponentContext> const& xContext )
> MyClass( uno::Reference<uno:XComponentContext> const& xContext )
if yes, what do I have to consider to make it work?


all ServiceDecl objects are defined locally and used in some
xxx_component_getFactory() what is this about?


I think one *must* remove XServiceInfo from the class to use ServiceDelc, but
what about classes who inherit XServiceInfo via UnoAPI (in *.idl). Like
chart2/source/model/inc/Diagram.hxx who inherits it from XDiagram (and
WeakImplHelper macro).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to