On 10/10/2014 07:15 PM, Caolán McNamara wrote:
commit ccaaa544350156ed4cd113634ceb66ad8cc5af23 Author: Caolán McNamara <[email protected]> Date: Fri Oct 10 17:24:03 2014 +0100coverity#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) Stephan _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
