New loplugin:dynexcspec: Add @throws documentation, unoxml
Change-Id: I085b0c080acc38d1ec17bc96aac24d2b17e14b3b
This commit is contained in:
parent
9c807ff9d8
commit
d9126de425
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ namespace DOM
|
|||
virtual void SAL_CALL setEntityResolver(const css::uno::Reference< css::xml::sax::XEntityResolver >& er)
|
||||
throw (css::uno::RuntimeException, std::exception) override;
|
||||
|
||||
/// @throws css::uno::RuntimeException
|
||||
css::uno::Reference< css::xml::sax::XEntityResolver > SAL_CALL getEntityResolver()
|
||||
throw (css::uno::RuntimeException);
|
||||
|
||||
|
|
Loading…
Reference in a new issue