On 13.10.2014 16:38, Stephan Bergmann wrote:
On 10/10/2014 07:15 PM, Caolán McNamara wrote:
commit ccaaa544350156ed4cd113634ceb66ad8cc5af23
Author: Caolán McNamara <caolanm@redhat.com>
Date: Fri Oct 10 17:24:03 2014 +0100
coverity#707458 Uncaught exception
Change-Id: Ia446cc0b8b26bb158b36ca64cbf45bf172f37bdf
diff --git a/offapi/com/sun/star/rdf/XDocumentRepository.idl
b/offapi/com/sun/star/rdf/XDocumentRepository.idl
index 039e376..ff1ee9b 100644
--- a/offapi/com/sun/star/rdf/XDocumentRepository.idl
+++ b/offapi/com/sun/star/rdf/XDocumentRepository.idl
@@ -169,6 +169,7 @@ interface XDocumentRepository : XRepository
com::sun::star::beans::Pair< sequence<Statement>, boolean >
getStatementRDFa([in] XMetadatable Element)
raises( com::sun::star::lang::IllegalArgumentException,
+ com::sun::star::container::NoSuchElementException,
RepositoryException );
/** gets matching RDFa statements from the repository.
What does it mean to throw NoSuchElementException from
getStatementRDFa([in] XMetadatable Element)
i was thinking it means that implementation details are leaking through
at the interface and just pushed a different fix...
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.