Aw: Re: Syntax error in XComponent.idl ?

Stephan Bergmann sbergman at redhat.com
Fri Sep 23 14:43:34 UTC 2016


On 09/22/2016 06:36 PM, aptares at gmx.de wrote:
> you are right, that I am using the SDK in order to generate typelib
> code. For a couple of reasons we have written our own IDL-interpreter
> which fails so far because of the publication of a 2nd set of different
> methods for the XEventListener interface within the file
> XEventListener.IDL (see below).
> If both codes are correct how does your UNOIDL-write handle this topic ?
> Just add and combine the methods for the XEventListener interface or
> ignores any 2nd definition ?

The forward declaration

   published interface XEventListener;

only declares that there is an interface named XEventListener, but does 
not define what its members are.


More information about the LibreOffice mailing list