diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-13 18:18:50 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-13 19:23:41 +0200 |
commit | 8b7f96d257724656ac4a4303b17285be2ed13886 (patch) | |
tree | 58e3c0f76b06538a59474448157c827361576267 /offapi | |
parent | b862f6e92357f8d4a8d88072ce5caf44bd6f1c6d (diff) |
coverity#707458 Uncaught exception (better fix)
getStatementsGraph_NoLock() cannot throw the exception because of the
i_Internal=true parameter, which may confuse Converity; but possibly
xIter->nextElement() could throw this in a multi-threaded scenario...
Change-Id: I204c0e5b38fee919d6cfe9247bde76b6ea78ed0f
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/rdf/XDocumentRepository.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/offapi/com/sun/star/rdf/XDocumentRepository.idl b/offapi/com/sun/star/rdf/XDocumentRepository.idl index ff1ee9bab923..039e376994f5 100644 --- a/offapi/com/sun/star/rdf/XDocumentRepository.idl +++ b/offapi/com/sun/star/rdf/XDocumentRepository.idl @@ -169,7 +169,6 @@ 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. |