[Libreoffice-commits] core.git: 8 commits - chart2/source comphelper/source connectivity/source offapi/com ucb/source unoxml/source vcl/source
Michael Stahl
mstahl at redhat.com
Mon Oct 13 10:32:44 PDT 2014
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 at 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...
More information about the LibreOffice
mailing list