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

--- Comment #10 from Stephan Bergmann <[email protected]> ---
(In reply to eseb63 from comment #9)
> thanks for your explanation but it's quite confusing for me ... so, some
> services are "true" services that can be instantiated  and others like
> paragraphProperties and characterProperties are not ? how to know that,
> since the LibreOffice API Reference  presents them as "normal" services
> without other information about instantiation restrictions ?
> 
> How to navigate when you start in LibreOffice programming if you cannot
> trust the incomplete and misleading help?

That's how so-called "new style" (or "interface-based") service declarations
came about (that start with "service SomwService: XSomeInterface" in UNOIDL),
to distinguish them from the somewhat ill-conceived "old-style" (or
"accumulation-based") service declarations (that start with "service
SomeService {" in UNOIDL).  See
<https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Services>
for further reading.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to