https://bugs.documentfoundation.org/show_bug.cgi?id=150167
Maxim Monastirsky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Maxim Monastirsky <[email protected]> --- The term "service" used here is a bit misleading. There is no such thing as a "ParagraphProperties service" that you can instantiate. ParagraphProperties is just a *specification* that can be implemented by different components (like paragraphs, cells etc.). That means that if such "service" references some interfaces or properties, you can expect them to be present in components that claim to implement this service (among others). That's it. Regarding createUnoService, I believe it just picks a random component whose entry in a .component file has that service listed. -- You are receiving this mail because: You are the assignee for the bug.
