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.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.