[Libreoffice] Missing NoSuchElementException.idl ?
David Tardon
dtardon at redhat.com
Wed Mar 30 21:57:18 PDT 2011
On Wed, Mar 30, 2011 at 10:45:28PM +0200, Julien Nabet wrote:
> Hello,
>
> Several idl files use NoSuchElementException.idl
> example the file
> ure/offapi/com/sun/star/xml/input/XNamespaceMapping.idl has this :
> #include <com/sun/star/container/NoSuchElementException.idl>
>
> First I thought it was an unused include but there is this in the file :
> string getUriByUid( [in] long uid )
> raises (com::sun::star::container::NoSuchElementException);
>
> About 60 files have this same include.
> Has the NoSuchElementException.idl been removed by error or must we
> use no more this one ?
Neither one. You see, this is just a trap for the uninitiated :) The IDL
files are split into two parts: core UNO API in udkapi and OO.o/LibO API
in offapi. And in addition to that, the headers for both sets are
created and delivered by module offuh .-)
D.
More information about the LibreOffice
mailing list